diff --git a/app/(app)/events/_components/CalendarSection.tsx b/app/(app)/events/_components/CalendarSection.tsx index 5a5e123..46986dc 100644 --- a/app/(app)/events/_components/CalendarSection.tsx +++ b/app/(app)/events/_components/CalendarSection.tsx @@ -124,7 +124,7 @@ function CalendarIconOpacity({ date }: { date: Date }) { }; }, []); return ( -
- 124 Main street, first ave, NY NY, 118034. Across the street from - too long -
-+ {formatDate(startDate, "h:mm a")} + {!!endDate && ( + <> + {" "} + - {formatDate(endDate, "h:mm a")} + > + )} +
++ {location} +
+