feat(ui): add title to layout head for wedding announcement

This commit is contained in:
2026-08-12 00:02:30 +02:00
parent 143161c234
commit bc9792e5fc
4 changed files with 23 additions and 2 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
});
</script>
<svelte:head><link rel="icon" href={favicon} /></svelte:head>
<svelte:head>
<title>Zoé &amp; Shaldon are getting married</title>
<link rel="icon" href={favicon} />
</svelte:head>
<div
class="bg-surface-50 dark:bg-surface-950 flex min-h-screen flex-col bg-[url('/patterns/damask.svg')] bg-repeat [background-size:160px_160px]"