Skip to content

Commit

Permalink
Removed extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessh authored Oct 24, 2024
1 parent c5aa40f commit 3c7e000
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions frontend/src/components/pages/tasks/TaskModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,79 +172,13 @@ const TaskModal = ({ isOpen, setIsOpen }: Props): React.ReactElement => {
padding: "4px",
width: "30px",
borderRadius: "50%",
// top: "-10px",
// left: `${(index + 1) * 10}px`
margin: "0 5px"
}}
>
{day}
</Button>
))}


{/* <Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "10px"
}}
>S</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "20px"
}}
>M</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "30px"
}}
>T</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "40px"
}}
>W</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "50px"
}}
>T</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "60px"
}}
>F</Button>
<Button color="gray"_hover={{bg: "#56469c", color: "white"}}
style={{
padding: "4px",
width: "20px",
borderRadius: "50%",
top: "-10px",
left: "70px"
}}
>S</Button> */}
</Flex>

<Flex flexDir='column'>
Expand Down

0 comments on commit 3c7e000

Please sign in to comment.