Skip to content

Commit 73d00da

Browse files
committed
Add end of text symbol
1 parent 96ebb65 commit 73d00da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/routes/notes/+layout.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
>
1616
<NoteHeader value={data.note} class="mb-8" />
1717
{@render children()}
18+
19+
<p aria-hidden="true" class="mt-8 text-center text-ink-muted">✦</p>
1820
</div>
1921

2022
<aside class="flex grow basis-2xs flex-col gap-3">

0 commit comments

Comments
 (0)