We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20a4ed commit 9a51af6Copy full SHA for 9a51af6
src/routes/+page.svelte
@@ -427,9 +427,9 @@
427
</a>
428
{/each}
429
<!-- Button to add a new link -->
430
- <div class="option">
+ <div class="option" onclick={addLinkPrompt}>
431
<FlexWrapper width="100%" height="100%" justifycontent="center" alignitems="center">
432
- <IconButton onClick={addLinkPrompt} icon="add" alt="add custom link"/>
+ <Icon icon="add" size="50%"/>
433
</FlexWrapper>
434
</div>
435
0 commit comments