Add space in remove safe modal annotation
This commit is contained in:
parent
bac99f62fd
commit
128830e965
|
@ -73,8 +73,10 @@ const RemoveSafeComponent = ({
|
||||||
<Row className={classes.description}>
|
<Row className={classes.description}>
|
||||||
<Paragraph noMargin>
|
<Paragraph noMargin>
|
||||||
Removing a Safe only removes it from your interface.
|
Removing a Safe only removes it from your interface.
|
||||||
|
{' '}
|
||||||
<b>It does not delete the Safe</b>
|
<b>It does not delete the Safe</b>
|
||||||
. You can always add it back using the Safe's address.
|
. You can always add it
|
||||||
|
back using the Safe's address.
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</Row>
|
</Row>
|
||||||
</Block>
|
</Block>
|
||||||
|
|
Loading…
Reference in New Issue