replace links and legal text (#1132)
This commit is contained in:
parent
4f1eae8209
commit
240b2068ef
|
@ -151,7 +151,7 @@ const CookiesBanner = () => {
|
||||||
<div className={classes.content}>
|
<div className={classes.content}>
|
||||||
<p className={classes.text}>
|
<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="https://safe.gnosis.io/cookie">
|
<Link className={classes.link} to="https://gnosis-safe.io/cookie">
|
||||||
Cookie Policy
|
Cookie Policy
|
||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
for more information. By clicking "Accept all", you agree to the storing of cookies on your device
|
for more information. By clicking "Accept all", you agree to the storing of cookies on your device
|
||||||
|
|
|
@ -57,23 +57,23 @@ const Footer = () => {
|
||||||
<footer className={classes.footer}>
|
<footer className={classes.footer}>
|
||||||
<span className={classes.item}>©{date.getFullYear()} Gnosis</span>
|
<span className={classes.item}>©{date.getFullYear()} Gnosis</span>
|
||||||
<span className={classes.sep}>|</span>
|
<span className={classes.sep}>|</span>
|
||||||
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://safe.gnosis.io/terms">
|
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/terms">
|
||||||
Terms
|
Terms
|
||||||
</Link>
|
</Link>
|
||||||
<span className={classes.sep}>|</span>
|
<span className={classes.sep}>|</span>
|
||||||
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://safe.gnosis.io/privacy">
|
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/privacy">
|
||||||
Privacy
|
Privacy
|
||||||
</Link>
|
</Link>
|
||||||
<span className={classes.sep}>|</span>
|
<span className={classes.sep}>|</span>
|
||||||
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://safe.gnosis.io/licenses">
|
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/licenses">
|
||||||
Licenses
|
Licenses
|
||||||
</Link>
|
</Link>
|
||||||
<span className={classes.sep}>|</span>
|
<span className={classes.sep}>|</span>
|
||||||
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://safe.gnosis.io/imprint">
|
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/imprint">
|
||||||
Imprint
|
Imprint
|
||||||
</Link>
|
</Link>
|
||||||
<span className={classes.sep}>|</span>
|
<span className={classes.sep}>|</span>
|
||||||
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://safe.gnosis.io/cookie">
|
<Link className={cn(classes.item, classes.link)} target="_blank" to="https://gnosis-safe.io/cookie">
|
||||||
Cookie Policy
|
Cookie Policy
|
||||||
</Link>
|
</Link>
|
||||||
<span className={classes.sep}>-</span>
|
<span className={classes.sep}>-</span>
|
||||||
|
|
|
@ -133,16 +133,15 @@ const Details = ({ classes, errors, form }) => {
|
||||||
</Block>
|
</Block>
|
||||||
<Block margin="sm">
|
<Block margin="sm">
|
||||||
<Paragraph className={classes.links} color="primary" noMargin size="md">
|
<Paragraph className={classes.links} color="primary" noMargin size="md">
|
||||||
By continuing you consent with the{' '}
|
By continuing you consent to the{' '}
|
||||||
<a href="https://safe.gnosis.io/terms" rel="noopener noreferrer" target="_blank">
|
<a href="https://gnosis-safe.io/terms" rel="noopener noreferrer" target="_blank">
|
||||||
terms of use
|
terms of use
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
and{' '}
|
and{' '}
|
||||||
<a href="https://safe.gnosis.io/privacy" rel="noopener noreferrer" target="_blank">
|
<a href="https://gnosis-safe.io/privacy" rel="noopener noreferrer" target="_blank">
|
||||||
privacy policy
|
privacy policy
|
||||||
</a>
|
</a>
|
||||||
. Most importantly, you confirm that your funds are held securely in the Gnosis Safe, a smart contract on the
|
.
|
||||||
Ethereum blockchain. These funds cannot be accessed by Gnosis at any point.
|
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Block>
|
</Block>
|
||||||
</>
|
</>
|
||||||
|
|
|
@ -50,16 +50,15 @@ const SafeName = ({ classes, safeName }) => (
|
||||||
</Block>
|
</Block>
|
||||||
<Block margin="lg">
|
<Block margin="lg">
|
||||||
<Paragraph className={classes.links} color="primary" noMargin size="md">
|
<Paragraph className={classes.links} color="primary" noMargin size="md">
|
||||||
By continuing you consent with the{' '}
|
By continuing you consent to the{' '}
|
||||||
<a href="https://safe.gnosis.io/terms" rel="noopener noreferrer" target="_blank">
|
<a href="https://gnosis-safe.io/terms" rel="noopener noreferrer" target="_blank">
|
||||||
terms of use
|
terms of use
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
and{' '}
|
and{' '}
|
||||||
<a href="https://safe.gnosis.io/privacy" rel="noopener noreferrer" target="_blank">
|
<a href="https://gnosis-safe.io/privacy" rel="noopener noreferrer" target="_blank">
|
||||||
privacy policy
|
privacy policy
|
||||||
</a>
|
</a>
|
||||||
. Most importantly, you confirm that your funds are held securely in the Gnosis Safe, a smart contract on the
|
.
|
||||||
Ethereum blockchain. These funds cannot be accessed by Gnosis at any point.
|
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Block>
|
</Block>
|
||||||
</>
|
</>
|
||||||
|
|
|
@ -88,7 +88,7 @@ const Welcome = ({ isOldMultisigMigration, provider }: any) => {
|
||||||
{headingText}
|
{headingText}
|
||||||
<a
|
<a
|
||||||
className={styles.learnMoreLink}
|
className={styles.learnMoreLink}
|
||||||
href="https://safe.gnosis.io/teams"
|
href="https://gnosis-safe.io/teams"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue