diff options
Diffstat (limited to 'src/client/sidebar.ts')
| -rw-r--r-- | src/client/sidebar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index e57f85020d..af1f68b0dc 100644 --- a/src/client/sidebar.ts +++ b/src/client/sidebar.ts @@ -115,7 +115,7 @@ export const sidebarDef = { games: { title: 'games', icon: faGamepad, - to: '/games', + to: '/games/reversi', }, scratchpad: { title: 'scratchpad', |