Skip to content

Commit

Permalink
Remove create a simple check icon
Browse files Browse the repository at this point in the history
  • Loading branch information
douenergy committed Mar 22, 2024
1 parent 32e0bff commit fc062c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions js/src/components/check/CheckPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ export const CheckPage = () => {
<VStack>
<Box>No checks</Box>
<Flex gap="5">
<Button colorScheme="blue" onClick={addToChecklist}>
Create a simple check
</Button>
{!isDemoSite && <CheckListInitLoader />}
</Flex>
</VStack>
Expand All @@ -135,14 +132,6 @@ export const CheckPage = () => {
>
<VStack spacing={0} align="flex-end" h="100%">
<HStack gap="0px">
<Tooltip label="Create a simple check">
<IconButton
variant="unstyled"
aria-label="Create a simple check"
onClick={addToChecklist}
icon={<AddIcon />}
/>
</Tooltip>
<Tooltip label="Copy checklist to the clipboard">
<IconButton
variant="unstyled"
Expand Down

0 comments on commit fc062c6

Please sign in to comment.