From 8530f703d93b3ac281769e6434234c7682b6821a Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Sun, 18 May 2025 01:16:17 +0200 Subject: [PATCH] fix: unified display of header --- app/calendar/page.tsx | 5 +---- app/habits/page.tsx | 5 +---- components/HabitCalendar.tsx | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/calendar/page.tsx b/app/calendar/page.tsx index f025056..da198ef 100644 --- a/app/calendar/page.tsx +++ b/app/calendar/page.tsx @@ -2,10 +2,7 @@ import HabitCalendar from '@/components/HabitCalendar' export default function CalendarPage() { return ( -
-
- {/* */} -
+
) diff --git a/app/habits/page.tsx b/app/habits/page.tsx index 45ee2b6..db6bb0e 100644 --- a/app/habits/page.tsx +++ b/app/habits/page.tsx @@ -2,10 +2,7 @@ import HabitList from '@/components/HabitList' export default function HabitsPage() { return ( -
-
- {/* */} -
+
) diff --git a/components/HabitCalendar.tsx b/components/HabitCalendar.tsx index 8510ea9..2c4132c 100644 --- a/components/HabitCalendar.tsx +++ b/components/HabitCalendar.tsx @@ -40,8 +40,8 @@ export default function HabitCalendar() { }, [completedHabitsMap, settings.system.timezone]) return ( -
-

Habit Calendar

+
+

Habit Calendar