From cddc766a341dc58e19169910507794e6dd3d32a6 Mon Sep 17 00:00:00 2001 From: Sergei Date: Mon, 12 Jan 2026 11:56:41 -0800 Subject: [PATCH] Remove 'Dashboard' text from header User requested to remove duplicate 'Dashboard' text from header since the WebView already displays its own dashboard header. --- app/(tabs)/dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(tabs)/dashboard.tsx b/app/(tabs)/dashboard.tsx index e2c51c1..29d2446 100644 --- a/app/(tabs)/dashboard.tsx +++ b/app/(tabs)/dashboard.tsx @@ -40,7 +40,7 @@ export default function DashboardScreen() { return ( - Dashboard + @@ -57,7 +57,7 @@ export default function DashboardScreen() { )} - Dashboard + {/* Empty title - WebView has its own dashboard header */}