From 301bb992a1df6fbe2631da91292e7ee8c1d9308a Mon Sep 17 00:00:00 2001 From: crimsonf09 <123491192+crimsonf09@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:40:25 +0700 Subject: [PATCH] fix: choices --- src/components/Game/lib/GameContainer.tsx | 2 +- src/pages/game/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Game/lib/GameContainer.tsx b/src/components/Game/lib/GameContainer.tsx index 74d037d..c9fb1d7 100644 --- a/src/components/Game/lib/GameContainer.tsx +++ b/src/components/Game/lib/GameContainer.tsx @@ -30,7 +30,7 @@ function ChoicesButton({ ); } else if (choices.length === 2) { return ( -
+