We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2a0f4 commit 8e9cfd5Copy full SHA for 8e9cfd5
src/routes/+page.svelte
@@ -430,7 +430,7 @@
430
</div>
431
{/each}
432
<!-- Button to add a new link -->
433
- <div class="option" on:click={addLinkPrompt}>
+ <div class="option" onclick={addLinkPrompt}>
434
<FlexWrapper width="100%" height="100%" justifycontent="center" alignitems="center">
435
<p class="option-text">➕ Add</p>
436
</FlexWrapper>
0 commit comments