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 ( -