Skip to content

Commit

Permalink
remove large image from repo (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Harris authored Apr 18, 2021
1 parent bbeb58f commit 6a8e73f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-cats-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Remove large image from create-svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<h1>
<div class="welcome">
<picture>
<source srcset="svelte-welcome-compressed.webp" type="image/webp">
<source srcset="svelte-welcome.webp" type="image/webp">
<img
class="welcome"
width="2048"
height="495"
src="svelte-welcome-compressed.png"
src="svelte-welcome.png"
alt="Welcome"
/>
</picture>
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a8e73f

Please sign in to comment.