We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77a20d3 + 83a3d58 commit 8ff23aeCopy full SHA for 8ff23ae
src/components/EventCard.tsx
@@ -38,7 +38,7 @@ const EventCard: React.FC<EventCardProps> = ({
38
return (
39
<Card className={cn("flex h-full flex-col rounded-md border", className)}>
40
<CardHeader className="flex flex-row items-center justify-center rounded-t-md border-b border-primary bg-[#FCFCFC] p-2 dark:bg-[#272627]">
41
- <BsCalendar3 className="mr-2 h-6 w-6 text-primary" />
+ <BsCalendar3 className="me-2 h-6 w-6 text-primary" />
42
<span className="!mt-0 text-right text-sm text-primary">
43
{formatedDate}
44
</span>
0 commit comments