Skip to content

Commit

Permalink
Fix index form
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Mar 1, 2023
1 parent efcf50f commit ec63008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function Index() {
<input type="date" id="expire" name="expire" required />
</label>
<label htmlFor="remove">
<input type="checkbox" id="remove" name="switch" role="switch" />
<input type="checkbox" id="remove" name="remove" role="switch" />
Delete 1 month after expiration
</label>
<footer>
Expand Down

0 comments on commit ec63008

Please sign in to comment.