Skip to content

Commit

Permalink
Add hours field
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmin-chen committed May 21, 2024
1 parent c808fb3 commit 9293694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/pages/submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ export default function Submit({
placeholder="https://asciinema.org/a/590145"
/>
</div>
<div>
<label className={styles.required}>
How long did it take to build this (hours)?
</label>
<input type="number" name="hours" required placeholder="15" />
</div>
<h2>Hack Club</h2>
<div>
<label className={styles.required}>
Expand Down

0 comments on commit 9293694

Please sign in to comment.