Update +page.svelte
This commit is contained in:
parent
046239e1a0
commit
73c366e0f0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue