Skip to content

Commit fa7e165

Browse files
committed
Update copytext
1 parent 10fd947 commit fa7e165

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/Home.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { fade } from 'svelte/transition'
33
</script>
44

55
<div class="page" transition:fade>
6-
<h1 class="text-red-500 text-6xl text-center font-thin my-8">HELLO WORLD!</h1>
7-
<p class="text-center mx-4">Visit the <a href="https://svelte.dev/tutorial">Svelte tutorial</a> to learn how to build Svelte apps.</p>
6+
<div class="flex flex-col items-center">
7+
<h1 class="text-red-500 text-6xl font-thin my-8">HELLO WORLD!</h1>
8+
<p class="mx-4 mb-8">An opinionated Svelte project starter template for quick boilerplating.</p>
9+
<a class="underline text-blue-500 hover:text-blue-700" href="https://github.com/zerodevx/svelte-starter">https://github.com/zerodevx/svelte-starter</a>
10+
</div>
811
</div>

0 commit comments

Comments
 (0)