1 parent 96ebb65 commit 73d00daCopy full SHA for 73d00da
1 file changed
src/routes/notes/+layout.svelte
@@ -15,6 +15,8 @@
15
>
16
<NoteHeader value={data.note} class="mb-8" />
17
{@render children()}
18
+
19
+ <p aria-hidden="true" class="mt-8 text-center text-ink-muted">✦</p>
20
</div>
21
22
<aside class="flex grow basis-2xs flex-col gap-3">
0 commit comments