Skip to content

Commit 6b2374e

Browse files
committed
Fixed footer typo.
1 parent d94871c commit 6b2374e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/lib/Link.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
<span class="label">
7070
{@render children()}
7171
</span>
72-
</a>
73-
{@render action?.()}
72+
</a>{@render action?.()}
7473

7574
<style>
7675
.link {

src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
<div style="display: flex; flex-direction:row; justify-content: center; width: 100%">
9494
<Note
9595
><Link to="https://amyjko.phd">Amy</Link> built this. Submit <Link
96-
to="https://github.com/amyjko/adminima/issues/new/choose">Feedback</Link
97-
>?
96+
to="https://github.com/amyjko/adminima/issues/new/choose">feedback</Link
97+
>.
9898
</Note>
9999
</div>
100100
</Page>

0 commit comments

Comments
 (0)