Skip to content

Commit

Permalink
feat: added calendar box
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsprasanna committed Sep 27, 2024
1 parent 6450b1b commit cffadbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/pages/schedule/SchedulePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ const SchedulePage = (): React.ReactElement => {
</Heading>
</Flex>

{scheduleType === "CALENDAR" && (
<Box mt={2} ml={10} mr={10} padding={40} borderWidth="1px">
<Heading size="md">box</Heading>
</Box>
)}
</Flex>
);
};
Expand Down

0 comments on commit cffadbf

Please sign in to comment.