Skip to content

Commit

Permalink
Readme logo url fix (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Aug 12, 2024
1 parent 6f87baa commit 668abaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="Docs/Resources/Logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="Docs/Resources/Logo.svg">
<img src="Docs/Resources/Logo.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/KazaiMazai/SwiftletModel/blob/main/Docs/Resources/Logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/KazaiMazai/SwiftletModel/blob/main/Docs/Resources/Logo.svg">
<img src="https://github.com/KazaiMazai/SwiftletModel/blob/main/Docs/Resources/Logo.svg">
</picture>

# SwiftletModel
Expand Down

0 comments on commit 668abaf

Please sign in to comment.