mirror of
https://github.com/sveltejs/svelte.git
synced 2025-12-06 02:16:28 -06:00
docs: update README banner (#15063)
* fix * update banner image this is an empty commit whose name will be shown in the commit history (if someone looks at the commit history they should be able to understand what commit does what). * chore: fix spacing * chore: fix spacing --------- Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
[](https://svelte.dev)
|
||||
<a href="https://svelte.dev">
|
||||
<picture>
|
||||
<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>
|
||||
|
||||
[](LICENSE.md) [](https://svelte.dev/chat)
|
||||
|
||||
|
||||
BIN
assets/banner.png
Normal file
BIN
assets/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
BIN
assets/banner_dark.png
Normal file
BIN
assets/banner_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@@ -1,4 +1,9 @@
|
||||
[](https://svelte.dev)
|
||||
<a href="https://svelte.dev">
|
||||
<picture>
|
||||
<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>
|
||||
|
||||
[](https://www.npmjs.com/package/svelte) [](LICENSE.md) [](https://svelte.dev/chat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user