Skip to content

Commit 0248958

Browse files
committed
Render without dashes
1 parent 2dd1249 commit 0248958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(main)/community/events/event-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function EventCard({
9797
: "-mb-2 pt-2 xs:-mb-4 xs:pt-3",
9898
)}
9999
>
100-
<Tag color={eventTagColors[kind]}>{kind}</Tag>
100+
<Tag color={eventTagColors[kind]}>{kind.replace("-", " ")}</Tag>
101101
{meta ? (
102102
<span
103103
className={clsx(

0 commit comments

Comments
 (0)