fix: Spelling mistake

This commit is contained in:
Roman Godmaire 2023-12-11 14:52:36 -05:00
parent 214952bee4
commit 993238402f

View file

@ -19,7 +19,7 @@
<main>
{#if hasImpact === undefined}
<form transition:fade={{ delay: 0, duration: 300 }}>
<h1>Does count as "impact"?</h1>
<h1>Does it count as "impact"?</h1>
<button on:click={() => (hasImpact = true)}>Yes</button>
<button on:click={() => (hasImpact = false)}>No</button>