This repository was archived by the owner on Aug 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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'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'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 % 20 Request % 20 for % 20 Calendar "
4044 color = { "primary.500" }
You can’t perform that action at this time.
0 commit comments