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 343a7c64..0d8dbfca 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 @@ -532,25 +532,6 @@ export function SetupPhase() { - {/* Tips Section */} -
- Tip: Press G to give up on a region.{' '} - {(state.assistanceLevel === 'guided' || state.assistanceLevel === 'helpful') && - 'Skipped regions return after 2-3 turns.'} - {state.assistanceLevel === 'standard' && 'Giving up counts against your score.'} - {state.assistanceLevel === 'none' && 'No assistance available in this mode.'} - {selectedAssistance?.hintsMode === 'onRequest' && ' Press H for hints!'} -
) }