Fixs cookies banner verbiage
Fix "x" in wrong place for snackbar messages
This commit is contained in:
parent
a9dee4c44a
commit
c995cc21ba
|
@ -113,14 +113,12 @@ const CookiesBanner = () => {
|
|||
<IconButton onClick={() => closeCookiesBannerHandler()} className={classes.close}><Close /></IconButton>
|
||||
<div className={classes.content}>
|
||||
<p className={classes.text}>
|
||||
We use cookies to give you the best
|
||||
experience and to help improve our website. Please read our
|
||||
We use cookies to give you the best experience and to help improve our website. Please read our
|
||||
{' '}
|
||||
<Link className={classes.link} to={WELCOME_ADDRESS}>Cookie Policy</Link>
|
||||
{' '}
|
||||
for more information. By clicking "Accept cookies",
|
||||
you agree to the storing of cookies on your device to enhance site
|
||||
navigation and analyze site usage.
|
||||
for more information. By clicking "Accept all", 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}>
|
||||
|
@ -155,7 +153,7 @@ We use cookies to give you the best
|
|||
variant="outlined"
|
||||
onClick={() => acceptCookiesHandler()}
|
||||
>
|
||||
Accept Cookies
|
||||
Accept All
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,6 +11,7 @@ import Loader from '../Loader'
|
|||
import { history, store } from '~/store'
|
||||
import theme from '~/theme/mui'
|
||||
import AppRoutes from '~/routes'
|
||||
|
||||
import './index.scss'
|
||||
|
||||
const Root = () => (
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue