From 7013a7b0683d9187f12a07814534a89aca176363 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Sat, 29 Nov 2025 06:40:03 -0600 Subject: [PATCH] fix(know-your-world): restore Start button character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring back the travel-themed design: - Decorative flag strip at top - Stacked travel icons (✈️🌍 etc) - "Start {Region}" text with context - Region count subtitle - Gradient background with hover effects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../know-your-world/components/SetupPhase.tsx | 87 ++++++++++++++----- .../know-your-world/customCrops.ts | 1 - 2 files changed, 66 insertions(+), 22 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 2ac9d669..9d6d5949 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 @@ -515,7 +515,7 @@ export function SetupPhase() { - {/* Start Button - Travel-themed, compact for panel */} + {/* Start Button - Travel-themed with character */} diff --git a/apps/web/src/arcade-games/know-your-world/customCrops.ts b/apps/web/src/arcade-games/know-your-world/customCrops.ts index 7e98148d..b59d8fda 100644 --- a/apps/web/src/arcade-games/know-your-world/customCrops.ts +++ b/apps/web/src/arcade-games/know-your-world/customCrops.ts @@ -15,7 +15,6 @@ export interface CropOverrides { export const customCrops: CropOverrides = { world: { africa: '394.40 344.29 254.23 229.00', - oceania: '785.47 464.88 216.32 133.43', 'south-america': '204.64 424.60 185.09 230.17', 'north-america': '-17.45 150.31 444.57 299.97', europe: '399.21 102.01 198.44 266.44',