We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60806f7 commit 7afee76Copy full SHA for 7afee76
sites/svelte.dev/src/routes/+page.svelte
@@ -1,5 +1,5 @@
1
<script>
2
- // import Blurb from '@sveltejs/site-kit/components/Blurb.svelte';
+ import Blurb from '@sveltejs/site-kit/components/Blurb.svelte';
3
import Supporters from './_components/Supporters/index.svelte';
4
import Hero from './_components/Hero.svelte';
5
import Image from './_components/Image.svelte';
@@ -21,8 +21,7 @@
21
<Hero />
22
23
<div class="blurb-shifter">
24
- <!-- TODO -->
25
- <!-- <Blurb>
+ <Blurb>
26
<div slot="one">
27
<h2>Write less code</h2>
28
<p>
@@ -96,7 +95,7 @@ npm run dev
96
95
97
<a href="/tutorial" class="cta">Learn Svelte</a>
98
</div>
99
- </Blurb> -->
+ </Blurb>
100
101
102
<Demo />
0 commit comments