@@ -186,7 +193,11 @@ function DefaultCard({ event, size, featured, showImage, className, onClick, spo
/>
{featured && (
-
+
Featured
@@ -196,51 +207,78 @@ function DefaultCard({ event, size, featured, showImage, className, onClick, spo
-
+
{event.title}
{!event.is_paid && isUpcoming && (
-
+
+
Free
)}
{event.is_paid && (
-
+
+
{hasPrice ? formatPrice(lowestPrice) : 'Paid'}
)}
{isSoon && (
-
+
+
Soon
)}
{!isUpcoming && (
-
+
+
Past
)}
-
+
{getEventCardDescription(event.description, event.short_description)}
-
+
-
+
{formatDateTime(event.start_time)}
-
+
{formatLocationForCard(event.location)}
-
+
{event.rsvp_count} attending
{spotsRemaining && spotsRemaining > 0 && ` โข ${spotsRemaining} spots left`}
@@ -248,7 +286,7 @@ function DefaultCard({ event, size, featured, showImage, className, onClick, spo
-
+
{event.category || 'General'}
@@ -258,9 +296,13 @@ function DefaultCard({ event, size, featured, showImage, className, onClick, spo
by {event.organizer.display_name}
-