demo page: set title properly in svelte:head

This commit is contained in:
Elijah Duffy
2025-12-15 15:23:55 -08:00
parent 098bf75bd3
commit 1c4fac7523

View File

@@ -75,7 +75,9 @@
const boldStore = boldToggle.store;
</script>
<title>sui</title>
<svelte:head>
<title>sui</title>
</svelte:head>
<h1 class="mb-4 text-3xl font-bold">sui — Opinionated Svelte 5 UI toolkit</h1>