Skip to content

Commit de94159

Browse files
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>
1 parent 5f6525f commit de94159

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
[![Cybernetically enhanced web apps: Svelte](https://sveltejs.github.io/assets/banner.png)](https://svelte.dev)
1+
<a href="https://svelte.dev">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="assets/banner_dark.png">
4+
<img src="assets/banner.png" alt="Svelte - web development for the rest of us" />
5+
</picture>
6+
</a>
27

38
[![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE.md) [![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat)
49

assets/banner.png

97.4 KB
Loading

assets/banner_dark.png

103 KB
Loading

packages/svelte/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
[![Cybernetically enhanced web apps: Svelte](https://sveltejs.github.io/assets/banner.png)](https://svelte.dev)
1+
<a href="https://svelte.dev">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="../../assets/banner_dark.png">
4+
<img src="../../assets/banner.png" alt="Svelte - web development for the rest of us" />
5+
</picture>
6+
</a>
27

38
[![npm version](https://img.shields.io/npm/v/svelte.svg)](https://www.npmjs.com/package/svelte) [![license](https://img.shields.io/npm/l/svelte.svg)](LICENSE.md) [![Chat](https://img.shields.io/discord/457912077277855764?label=chat&logo=discord)](https://svelte.dev/chat)
49

0 commit comments

Comments
 (0)