From d379ce3309e5241359b9849fd0170909a140169c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 09:03:18 +0900 Subject: feat(frontend): remove game type labels in dashboard --- frontend/app/routes/dashboard.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'frontend/app/routes/dashboard.tsx') diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx index 3f68529..23ef2e4 100644 --- a/frontend/app/routes/dashboard.tsx +++ b/frontend/app/routes/dashboard.tsx @@ -58,17 +58,12 @@ export default function Dashboard() { {games.map((game) => (
  • {game.display_name} - - {game.game_type === "multiplayer" - ? " (マルチ)" - : " (1v1)"} -
    -- cgit v1.2.3-70-g09d2