From fc5af56bb7b68e22bb2dbb99f1bcd1e4cf93de83 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 16:55:18 -0600 Subject: [PATCH] chore: fix alignment --- src/views/components/common/CalendarGrid/CalendarGrid.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.tsx b/src/views/components/common/CalendarGrid/CalendarGrid.tsx index 14b46f5b..b29f92d0 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/common/CalendarGrid/CalendarGrid.tsx @@ -25,7 +25,7 @@ const Calendar: React.FC = (props) => { {/* Displaying the rest of the calendar */}
-
+ {/*
{hoursOfDay.map((hour) => (
@@ -34,9 +34,10 @@ const Calendar: React.FC = (props) => {
))} -
+
*/}
{/* Displaying day labels */} +
{daysOfWeek.map(day => (
{day}