Skip to content

Commit 9a51af6

Browse files
Fix
1 parent c20a4ed commit 9a51af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@
427427
</a>
428428
{/each}
429429
<!-- Button to add a new link -->
430-
<div class="option">
430+
<div class="option" onclick={addLinkPrompt}>
431431
<FlexWrapper width="100%" height="100%" justifycontent="center" alignitems="center">
432-
<IconButton onClick={addLinkPrompt} icon="add" alt="add custom link"/>
432+
<Icon icon="add" size="50%"/>
433433
</FlexWrapper>
434434
</div>
435435
</FlexWrapper>

0 commit comments

Comments
 (0)