Merge pull request #281 from gnosis/bug/280-missing-whitespaces
Bug 280: Missing whitespaces in load safe flow
This commit is contained in:
commit
c8724324e2
|
@ -127,13 +127,13 @@ const Details = ({ classes, errors, form }: Props) => (
|
||||||
<Block margin="sm">
|
<Block margin="sm">
|
||||||
<Paragraph noMargin size="md" color="primary" className={classes.links}>
|
<Paragraph noMargin size="md" color="primary" className={classes.links}>
|
||||||
By continuing you consent with the
|
By continuing you consent with the
|
||||||
|
{' '}
|
||||||
<a rel="noopener noreferrer" href="https://safe.gnosis.io/terms" target="_blank">
|
<a rel="noopener noreferrer" href="https://safe.gnosis.io/terms" target="_blank">
|
||||||
terms of use
|
terms of use
|
||||||
</a>
|
</a>
|
||||||
|
{' '}
|
||||||
and
|
and
|
||||||
|
{' '}
|
||||||
<a rel="noopener noreferrer" href="https://safe.gnosis.io/privacy" target="_blank">
|
<a rel="noopener noreferrer" href="https://safe.gnosis.io/privacy" target="_blank">
|
||||||
privacy policy
|
privacy policy
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue