Skip to content

Commit

Permalink
fix: use identical naming pattern for logos
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCa96 committed Nov 28, 2024
1 parent 7118e1e commit e6fa170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center" style="text-align: center">
<picture>
<source media="(prefers-color-scheme: light)" type="image/svg+xml" srcset="./.github/onyx-logo_mint_4c.svg">
<source media="(prefers-color-scheme: dark)" type="image/svg+xml" srcset="./.github/onyx-logo_white_4c.svg">
<img alt="onyx logo" src="./.github/onyx-logo_mint_4c.svg" width="320px">
<source media="(prefers-color-scheme: dark)" type="image/svg+xml" srcset="./.github/onyx-logo-light.svg">
<source media="(prefers-color-scheme: light)" type="image/svg+xml" srcset="./.github/onyx-logo-dark.svg">
<img alt="onyx logo" src="./.github/onyx-logo-dark.svg" width="320px">
</picture>
</div>

Expand Down

0 comments on commit e6fa170

Please sign in to comment.