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}>
|
||||
<Paragraph noMargin>
|
||||
Removing a Safe only removes it from your interface.
|
||||
{' '}
|
||||
<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>
|
||||
</Row>
|
||||
</Block>
|
||||
|
|
Loading…
Reference in New Issue