Skip to content

Commit 0753f94

Browse files
committedJun 9, 2024·
routes
1 parent 6a3d728 commit 0753f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/src/routing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async fn Switch<G: Html>(route: ReadSignal<AppRoutes>) -> View<G> {
2929
enum AppRoutes {
3030
#[to("")]
3131
Index,
32-
#[to("#arena")]
32+
#[to("/arena")]
3333
Arena,
3434
#[not_found]
3535
NotFound,

0 commit comments

Comments
 (0)
Please sign in to comment.