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

Commit 0ad66ac

Browse files
committed
feat: hopefully fix the list
1 parent 68ec410 commit 0ad66ac

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/routes/Main/Calendar/Calendar.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ export const Calendar = () => {
3232
<CardBody>
3333
Calendar is currently in development. Please check back in a few days.
3434
Currently planned features:
35-
<NodeList>
36-
<Node>Get a bird&apos;s eye view of your timetable</Node>
37-
<Node>View your sport from Clipboard</Node>
38-
<Node>See when your Canvas assignments are due</Node>
39-
</NodeList>
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>
4038
If you have any suggestions, <Link
4139
href="https://github.com/debater-coder/timetabl-app/issues/new?assignees=debater-coder&labels=&template=feature_request.md&title=Feature%20Request%20for%20Calendar"
4240
color={"primary.500"}

0 commit comments

Comments
 (0)