Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add radio values to event booking page
  • Loading branch information
regalijan committed Feb 22, 2024
1 parent 48bcd06 commit 70d37d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/routes/book-event.tsx
Expand Up @@ -95,10 +95,10 @@ export default function () {
</Heading>
<RadioGroup onChange={setEventType} value={eventType}>
<HStack>
<Radio>FoTD</Radio>
<Radio>Gamenight</Radio>
<Radio>QoTD</Radio>
<Radio>RoTW</Radio>
<Radio value="fotd">FoTD</Radio>
<Radio value="gamenight">Gamenight</Radio>
<Radio value="qotd">QoTD</Radio>
<Radio value="rotw">RoTW</Radio>
</HStack>
</RadioGroup>
<br />
Expand Down

0 comments on commit 70d37d7

Please sign in to comment.