The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix formatting of the end date on /events

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso b045736a 6a8b390b

+2 -2
+2 -2
lume/src/_components/EventCard.jsx
··· 23 23 </h2> 24 24 <div className="card-content text-fg-1 dark:text-fgDark-1"> 25 25 <p> 26 - {location} - {startDate} {start_date.seconds !== end_date.seconds ? `thru ${endDate})}` : ""} 26 + {location} - {startDate} {start_date.seconds !== end_date.seconds ? `thru ${endDate}` : ""} 27 27 </p> 28 28 <p className="prose dark:prose-invert"> 29 29 {description} ··· 31 31 </div> 32 32 </div> 33 33 ); 34 - }; 34 + };