From 46822831565aaf3bd58581ebf6a79b8895c0cf04 Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:33:46 -0500 Subject: [PATCH] style: match upcoming events to other styles --- components/calendar/CalendarEvent.tsx | 18 +++++++----------- components/calendar/CalendarMonth.tsx | 9 +++++++-- components/calendar/CalendarWeekly.tsx | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/components/calendar/CalendarEvent.tsx b/components/calendar/CalendarEvent.tsx index 4715302..13877e1 100644 --- a/components/calendar/CalendarEvent.tsx +++ b/components/calendar/CalendarEvent.tsx @@ -1,6 +1,6 @@ import React from "react" import { DataProps } from "@/components/EventSection" -import { ClockIcon } from "@heroicons/react/20/solid" +import { ArrowTopRightOnSquareIcon, ClockIcon } from "@heroicons/react/20/solid" const CalendarEvent: React.FC = ({ date_time, @@ -17,23 +17,19 @@ const CalendarEvent: React.FC = ({ ", " + date return ( -
-
{normalDate}
+
+
{normalDate}
- {" "} - {title}{" "} +

{title}

-
-