Skip to content

Commit

Permalink
deletion: save settings from popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Dec 9, 2024
1 parent 45d4a85 commit b5985e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/common/CookieAndTermBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,6 @@ export const CookieAndTermBanner = ({
</Grid>

<Grid container alignItems="center" justifyContent="center" mt={4} gap={2}>
<Grid item>
<Typography>
<Button onClick={handleAccept} variant="text" size="small" color="inherit" disableElevation>
Save settings
</Button>
</Typography>
</Grid>

<Grid item>
<Button onClick={handleAcceptAll} variant="contained" color="secondary" size="small" disableElevation>
Accept all
Expand Down

0 comments on commit b5985e3

Please sign in to comment.