Skip to content

Commit

Permalink
Fix displaying etcd logo in README on a dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Redko <[email protected]>
  • Loading branch information
alexandear committed Nov 15, 2024
1 parent 19aa0db commit 1bbe937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

**Note**: The `main` branch may be in an *unstable or even broken state* during development. For stable versions, see [releases][github-release].

![etcd Logo](logos/etcd-horizontal-color.svg)
![etcd logo light mode](logos/etcd-horizontal-color.svg#gh-light-mode-only)
<img src="https://raw.githubusercontent.com/cncf/artwork/master/projects/etcd/horizontal/white/etcd-horizontal-white.svg#gh-dark-mode-only" alt="etcd logo dark mode" width="269"/>

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

Expand Down
Binary file added logos/etcd-horizontal-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions logos/etcd-horizontal-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bbe937

Please sign in to comment.