diff --git a/apps/web/src/app/activity/page.tsx b/apps/web/src/app/activity/page.tsx index db18c37..8ebc06a 100644 --- a/apps/web/src/app/activity/page.tsx +++ b/apps/web/src/app/activity/page.tsx @@ -184,7 +184,8 @@ export default async function ActivityPage({ searchParams }: PageProps) { return (
-

Activity

+ {/* Hidden on mobile — the top header already shows "Activity". */} +

Activity

{hasAny && !showingArchived && ( diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index a51da62..5e72b2a 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -155,7 +155,8 @@ export default async function DashboardPage() { return (
-

Dashboard

+ {/* Hidden on mobile — the top header already shows "Dashboard". */} +

Dashboard

{/* Stat cards — click to drill into the corresponding tab */}
diff --git a/apps/web/src/app/reminders/page.tsx b/apps/web/src/app/reminders/page.tsx index 491b6bd..a11379a 100644 --- a/apps/web/src/app/reminders/page.tsx +++ b/apps/web/src/app/reminders/page.tsx @@ -182,7 +182,8 @@ export default async function RemindersPage({ searchParams }: PageProps) { return (
-

Reminders

+ {/* Hidden on mobile — the top header already shows "Reminders". */} +

Reminders