From d44f5216f869f91093036f8e34a5cd397c4e5bd8 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Fri, 9 Feb 2024 16:55:18 -0600 Subject: [PATCH] Fixing 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 ee8605c2..7fb30e19 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}