diff --git a/src/components/HomeScreen.tsx b/src/components/HomeScreen.tsx index fbd7b70..7642ce5 100644 --- a/src/components/HomeScreen.tsx +++ b/src/components/HomeScreen.tsx @@ -84,12 +84,12 @@ export function HomeScreen() { -
- +
+
-

+

{t("app.title")}

{t("app.subtitle")}

@@ -106,9 +106,9 @@ export function HomeScreen() { transition={{ delay: 0.05 }} whileTap={{ scale: 0.985 }} onClick={playOnline} - className="press-3d btn-gold relative w-full rounded-3xl px-5 py-5 flex items-center gap-4 text-start" + className="press-3d btn-gold relative w-full rounded-3xl px-5 py-4 sm:py-5 flex items-center gap-4 text-start" > - + @@ -154,7 +154,7 @@ export function HomeScreen() {
{/* tiles */} -
+
} label={t("menu.profile")} tint="teal" onClick={() => nav("profile")} /> } label={t("menu.friends")} tint="sky" onClick={() => nav(isAuthed ? "friends" : "auth")} /> } label={t("menu.leaderboard")} tint="gold" onClick={() => nav("leaderboard")} /> @@ -164,7 +164,7 @@ export function HomeScreen() {
{/* footer */} -
+
{isAuthed ? (