Skip to content

Commit

Permalink
Fix ID ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tkindy committed Jul 26, 2024
1 parent 0c16b44 commit c2e5e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/tylerkindy/jeopardy/home.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[:input#endless-categories {:type :radio
:name :mode
:value :endless-categories}]
[:label {:for :endless} "Endless Categories"]
[:label {:for :endless-categories} "Endless Categories"]
[:p {:style "margin-left: 2rem"}
[:i "An infinite stream of random questions, organized by category"]]]]
(anti-forgery-field)
Expand Down

0 comments on commit c2e5e2c

Please sign in to comment.