We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d4fe8 commit 1bc09beCopy full SHA for 1bc09be
1 file changed
src/routes/switch/+page.svelte
@@ -1,13 +1,9 @@
1
-<script lang="ts">
2
- const isOn = true;
3
-</script>
4
-
5
<svelte:head>
6
<title>switch | aagam's blog</title>
7
</svelte:head>
8
9
<main class="flex items-center align-center">
10
<p class="text-2xl">
11
- the switch is <span class="font-bold italic">{isOn ? 'alive' : 'dead'}</span>
+ the switch is <span class="font-bold italic">on</span>
12
</p>
13
</main>
0 commit comments