Skip to content

Commit 83a3d58

Browse files
committed
fix: dir-responsive margin
1 parent 0f16955 commit 83a3d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const EventCard: React.FC<EventCardProps> = ({
3838
return (
3939
<Card className={cn("flex h-full flex-col rounded-md border", className)}>
4040
<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" />
41+
<BsCalendar3 className="me-2 h-6 w-6 text-primary" />
4242
<span className="!mt-0 text-right text-sm text-primary">
4343
{formatedDate}
4444
</span>

0 commit comments

Comments
 (0)