Skip to content

Commit ee0d867

Browse files
committed
fix: make the email input required for joining waitlist
1 parent 4ca675c commit ee0d867

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ invariant(i18n, "No homepage content found");
3333
type="email"
3434
placeholder={i18n.waitlist.inputPlaceholder}
3535
class="border border-btcgray-300 p-3 rounded mb-1 focus:ring-2 focus:ring-brand-500 outline-none"
36+
required
3637
/>
3738
<p class="text-sm text-btcgray-600">
3839
&rarr; <span id="subscriber-count-value">4</span>

0 commit comments

Comments
 (0)