Skip to content

Commit

Permalink
Merge pull request #7210 from butzopower/fix-bug-report
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Nov 12, 2023
2 parents 7a07754 + bf5f67a commit 1496316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cljs/nr/routes.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
:view lobby-or-game}]
["/replay/:rid" {:name :nav/replay-lobby
:view lobby-or-game}]
["/bug-report/:rid" {:name :nav/bug-report
:view lobby-or-game}]
["/help" {:name :nav/help
:view help}]
["/account" {:name :nav/account
Expand Down

0 comments on commit 1496316

Please sign in to comment.