Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

V3.22.0 boba #8

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge fix
InoMurko committed Mar 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7143f7cd0ecc584efb4961665bc50161b65c9d99
69 changes: 0 additions & 69 deletions src/components/CookiesBanner/index.tsx
Original file line number Diff line number Diff line change
@@ -298,75 +298,6 @@ const CookiesBanner = isDesktop
{!localSupportAndUpdates && !isSafeAppView && (
<FakeIntercomButton onClick={() => openBanner(COOKIE_IDS.INTERCOM)} />
)}
<<<<<<< HEAD
<p className={classes.text}>
We use cookies to provide you with the best experience and to help improve our website and application.
Please read our{' '}
<Link className={classes.link} to="https://gnosis-safe.io/cookie">
Cookie Policy
</Link>{' '}
for more information. By clicking &quot;Accept all&quot;, you agree to the storing of cookies on your device
to enhance site navigation, analyze site usage and provide customer support.
</p>
<div className={classes.form}>
<div className={classes.formItem}>
<FormControlLabel
checked={localNecessary}
control={<Checkbox disabled />}
disabled
label="Necessary"
name="Necessary"
onChange={() => setLocalNecessary((prev) => !prev)}
value={localNecessary}
/>
</div>
{/* <div className={classes.formItem}>
<FormControlLabel
control={<Checkbox checked={localIntercom} />}
label="Customer support"
name="Customer support"
onChange={() => setLocalIntercom((prev) => !prev)}
value={localIntercom}
/>
</div> */}
<div className={classes.formItem}>
<FormControlLabel
control={<Checkbox checked={localAnalytics} />}
label="Analytics"
name="Analytics"
onChange={() => setLocalAnalytics((prev) => !prev)}
value={localAnalytics}
/>
</div>
<div className={classes.formItem}>
<Button
color="primary"
component={Link}
minWidth={180}
onClick={() => closeCookiesBannerHandler()}
variant="outlined"
>
Accept selection
</Button>
</div>
<div className={classes.formItem}>
<Button
color="primary"
component={Link}
minWidth={180}
onClick={() => acceptCookiesHandler()}
variant="contained"
>
Accept all
</Button>
</div>
</div>
</div>
</div>
)
}
=======
>>>>>>> gnosis_v3.22.0

{/* The cookie banner itself */}
{cookieBannerOpen && (