Skip to content

Commit

Permalink
remove google cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Jun 12, 2024
1 parent 38bd265 commit 23201a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/CookieBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const CookieBanner = ({
<Typography variant="body2">New features and product announcements</Typography>
</Box> */}

<Box>
{/* <Box>
<CookieCheckbox
checkboxProps={{ ...register(CookieType.ANALYTICS), id: 'ga' }}
label="Analytics"
Expand All @@ -104,7 +104,7 @@ export const CookieBanner = ({
<Typography variant="body2">
Opt in for Google Analytics cookies to help us analyze app usage patterns.
</Typography>
</Box>
</Box> */}
</Grid>
</Grid>

Expand Down

0 comments on commit 23201a4

Please sign in to comment.