diff --git a/app/components/SoloScreen.tsx b/app/components/SoloScreen.tsx
index 8b3944c..87d4fcf 100644
--- a/app/components/SoloScreen.tsx
+++ b/app/components/SoloScreen.tsx
@@ -147,6 +147,44 @@ export function SoloScreen({
// Playing
return (
+ {/* Topbar */}
+
+ {/* Cible centrée */}
+
+
+ {puzzle?.target}
+
+
+ {/* Breadcrumbs + stats */}
+
+
+
+
+
+
+ {elapsedDisplay}
+ {clicks} clics
+
+ {canGoBack && (
+
+ )}
+
+
+
+
+
+ {/* Content */}
{title &&
{title}
}
@@ -175,52 +213,6 @@ export function SoloScreen({
)}
-
- {/* Bottom bar */}
-
-
-
- Trouver
-
-
- {puzzle?.target}
-
-
-
-
-
-
- Temps
-
-
- {elapsedDisplay}
-
-
-
-
- Clics
-
-
- {clicks}
-
-
- {canGoBack && (
-
- )}
-
-
-
);
}