Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 77cf957

Browse files
committed
fix: Revert accidental change
1 parent e3dd1f8 commit 77cf957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Main/Calendar/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const Calendar = () => {
1919
<Flex w={"full"} h="full" direction={"column"} align="center">
2020
<Card bg="transparent" shadow="xl">
2121
<CardHeader>
22-
<Heading size="md" display={"ListItem"} alignItems="center" gap={2}>
22+
<Heading size="md" display={"flex"} alignItems="center" gap={2}>
2323
<Icon
2424
rounded="full"
2525
as={CalendarIcon}

0 commit comments

Comments
 (0)