Skip to content

Commit 8ff23ae

Browse files
authored
Merge pull request #14184 from ethereum/rtl-patch
fix: dir-responsive margin
2 parents 77a20d3 + 83a3d58 commit 8ff23ae

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)