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">
|
||||
<Paragraph noMargin size="md" color="primary" className={classes.links}>
|
||||
By continuing you consent with the
|
||||
|
||||
{' '}
|
||||
<a rel="noopener noreferrer" href="https://safe.gnosis.io/terms" target="_blank">
|
||||
terms of use
|
||||
</a>
|
||||
|
||||
{' '}
|
||||
and
|
||||
|
||||
{' '}
|
||||
<a rel="noopener noreferrer" href="https://safe.gnosis.io/privacy" target="_blank">
|
||||
privacy policy
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue