Skip to content

Commit

Permalink
remove low res images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocean-OS authored Oct 31, 2024
1 parent c9a9486 commit efdbeb9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://svelte.dev">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/banner_dark_large.png">
<img src="assets/banner_large.png" alt="Svelte - web development for the rest of us" />
<source media="(prefers-color-scheme: dark)" srcset="assets/banner_dark.png">
<img src="assets/banner.png" alt="Svelte - web development for the rest of us" />
</picture>
</a>

Expand Down
Binary file modified assets/banner.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 modified assets/banner_dark.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 assets/banner_dark_large.png
Binary file not shown.
Binary file removed assets/banner_large.png
Binary file not shown.

0 comments on commit efdbeb9

Please sign in to comment.