From cc51de35e397641f5c0f4a054ea350cd5d255cd7 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Sat, 29 Nov 2025 06:38:28 -0600 Subject: [PATCH] fix(know-your-world): move Start button to top-right settings panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All setup controls (Mode, Guidance, Start) now in a single top-right panel, matching the position of gameplay controls for seamless transition. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../know-your-world/components/SetupPhase.tsx | 150 +++++------------- 1 file changed, 44 insertions(+), 106 deletions(-) diff --git a/apps/web/src/arcade-games/know-your-world/components/SetupPhase.tsx b/apps/web/src/arcade-games/know-your-world/components/SetupPhase.tsx index 4d6c932e..2e44b6ab 100644 --- a/apps/web/src/arcade-games/know-your-world/components/SetupPhase.tsx +++ b/apps/web/src/arcade-games/know-your-world/components/SetupPhase.tsx @@ -514,113 +514,51 @@ export function SetupPhase() { - - - {/* BOTTOM-CENTER: Start Button - positioned prominently */} -
- {/* Start Button - Travel-themed, region-specific */} - + +
)