diff --git a/client/src/components/FlappyBeasts/flappyBeasts.tsx b/client/src/components/FlappyBeasts/flappyBeasts.tsx index 5a0215e8..9ec4fee0 100644 --- a/client/src/components/FlappyBeasts/flappyBeasts.tsx +++ b/client/src/components/FlappyBeasts/flappyBeasts.tsx @@ -833,17 +833,6 @@ const FlappyBirdMiniGame = forwardRef(({ className="land animated" style={{ backgroundImage: `url(${gameAssets.land})` }} /> - - {/* Exit button */} - {onExitGame && ( - - )} - {/* Debug button to show colliders in UI for testing purposes */} {/* + )}

Game over!