We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94871c commit 6b2374eCopy full SHA for 6b2374e
src/lib/Link.svelte
@@ -69,8 +69,7 @@
69
<span class="label">
70
{@render children()}
71
</span>
72
-</a>
73
-{@render action?.()}
+</a>{@render action?.()}
74
75
<style>
76
.link {
src/routes/+layout.svelte
@@ -93,8 +93,8 @@
93
<div style="display: flex; flex-direction:row; justify-content: center; width: 100%">
94
<Note
95
><Link to="https://amyjko.phd">Amy</Link> built this. Submit <Link
96
- to="https://github.com/amyjko/adminima/issues/new/choose">Feedback</Link
97
- >?
+ to="https://github.com/amyjko/adminima/issues/new/choose">feedback</Link
+ >.
98
</Note>
99
</div>
100
</Page>
0 commit comments