From 6258ce75b7ae97584100ecccdf0a7cd0225da7b2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Oct 2020 18:11:41 +0900 Subject: Reversi (#6765) * wip * wip * wip * wip * Update game.setting.vue * wip * wip * Update game.setting.vue * wip * Update game.board.vue * wip * Update sidebar.ts --- src/client/sidebar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/sidebar.ts') 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', -- cgit v1.2.3-freya