Update +page.svelte

This commit is contained in:
BOTAlex 2024-10-17 21:43:32 +02:00
parent 046239e1a0
commit 73c366e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<div class="flex justify-center" style="position: absolute; top: 30vh; {!mobile ? "max-width: 35vw;" : "width: 100%;"}"> <div class="flex justify-center" style="position: absolute; top: 30vh; {!mobile ? "max-width: 35vw;" : "width: 100%;"}">
{#if showConfetti} {#if showConfetti}
<div> <div>
<Confetti amount={10} colorArray={["white"]} /> <Confetti noGravity cone amount={50} colorArray={["white"]} />
</div> </div>
{/if} {/if}
</div> </div>