We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3d728 commit 0753f94Copy full SHA for 0753f94
client/src/routing.rs
@@ -29,7 +29,7 @@ async fn Switch<G: Html>(route: ReadSignal<AppRoutes>) -> View<G> {
29
enum AppRoutes {
30
#[to("")]
31
Index,
32
- #[to("#arena")]
+ #[to("/arena")]
33
Arena,
34
#[not_found]
35
NotFound,
0 commit comments