Skip to content

Commit

Permalink
Merge pull request #44 from k8sgpt-ai/chore/logo-update
Browse files Browse the repository at this point in the history
chore: adjusted logo to change based on background
  • Loading branch information
AlexsJones committed Mar 23, 2023
2 parents 52769b4 + bb5c9fc commit 866ee9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<img src="images/logo.png" width="100px;" />

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/logo-white.png" width="100px;">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./images/logo-black.png" width="100px;">
</picture>

`k8sgpt` is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english.

Expand Down
Binary file added images/logo-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo.png
Binary file not shown.

0 comments on commit 866ee9f

Please sign in to comment.