From 8ce5fae25c2a757802cce45b6b9b45c082dec5d4 Mon Sep 17 00:00:00 2001 From: FalahMobile Date: Mon, 15 Jun 2026 09:50:13 +0100 Subject: [PATCH] Fix QA issues: bottom padding consistency and sign-out spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - dhikr, nur, upgrade: pb-20 → pb-24 on guest/loading screens for consistent clearance above the 64px bottom nav - profile: add mb-4 to sign-out wrapper so it doesn't flush the nav Co-Authored-By: Claude Sonnet 4.6 --- src/app/dhikr/page.tsx | 4 ++-- src/app/nur/page.tsx | 2 +- src/app/profile/page.tsx | 2 +- src/app/upgrade/page.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/dhikr/page.tsx b/src/app/dhikr/page.tsx index 755b779..6201a8f 100644 --- a/src/app/dhikr/page.tsx +++ b/src/app/dhikr/page.tsx @@ -109,7 +109,7 @@ export default function DhikrPage() { if (!user) { return ( -
+
📿

Daily Dhikr

@@ -125,7 +125,7 @@ export default function DhikrPage() { if (loading) { return ( -

+
) diff --git a/src/app/nur/page.tsx b/src/app/nur/page.tsx index 5d93dee..44d4709 100644 --- a/src/app/nur/page.tsx +++ b/src/app/nur/page.tsx @@ -173,7 +173,7 @@ export default function NurPage() { if (!user) { return ( -
+
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 5aa8566..3909b50 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -200,7 +200,7 @@ export default function ProfilePage() {
{/* Sign Out */} -
+