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

Commit e3dd1f8

Browse files
committed
Update Calendar.tsx
1 parent 0ad66ac commit e3dd1f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/routes/Main/Calendar/Calendar.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import {
77
CardBody,
88
Icon,
99
Flex,
10+
UnorderedList,
11+
ListItem,
1012
Link
1113
} from "@chakra-ui/react";
1214

@@ -17,7 +19,7 @@ export const Calendar = () => {
1719
<Flex w={"full"} h="full" direction={"column"} align="center">
1820
<Card bg="transparent" shadow="xl">
1921
<CardHeader>
20-
<Heading size="md" display={"flex"} alignItems="center" gap={2}>
22+
<Heading size="md" display={"ListItem"} alignItems="center" gap={2}>
2123
<Icon
2224
rounded="full"
2325
as={CalendarIcon}
@@ -32,9 +34,11 @@ export const Calendar = () => {
3234
<CardBody>
3335
Calendar is currently in development. Please check back in a few days.
3436
Currently planned features:
35-
<Flex direction={"column"} align="left" w="full" maxW={"full"}>Get a bird&apos;s eye view of your timetable</Flex>
36-
<Flex direction={"column"} align="left" w="full" maxW={"full"}>View your sport from Clipboard</Flex>
37-
<Flex direction={"column"} align="left" w="full" maxW={"full"}>See when your Canvas assignments are due</Flex>
37+
<UnorderedList>
38+
<ListItem>Get a bird&apos;s eye view of your timetable</ListItem>
39+
<ListItem>View your sport from Clipboard</ListItem>
40+
<ListItem>See when your Canvas assignments are due</ListItem>
41+
</UnorderedList>
3842
If you have any suggestions, <Link
3943
href="https://github.com/debater-coder/timetabl-app/issues/new?assignees=debater-coder&labels=&template=feature_request.md&title=Feature%20Request%20for%20Calendar"
4044
color={"primary.500"}

0 commit comments

Comments
 (0)