From 3cf180091b004328d105196a045f930d15adec0b Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 24 May 2024 18:21:18 -0400 Subject: events: fix dark mode Signed-off-by: Xe Iaso --- lume/src/_components/EventCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lume/src/_components/EventCard.jsx') diff --git a/lume/src/_components/EventCard.jsx b/lume/src/_components/EventCard.jsx index 62dbcfe..aa34b04 100644 --- a/lume/src/_components/EventCard.jsx +++ b/lume/src/_components/EventCard.jsx @@ -25,7 +25,7 @@ export default ({ name, url, start_date, end_date, location, description }) => {

{location} - {startDate} {start_date.seconds !== end_date.seconds ? `thru ${endDate})}` : ""}

-

+

{description}

-- cgit v1.2.3