Add space in remove safe modal annotation

This commit is contained in:
Mikhail Mikheev 2019-09-09 12:48:10 +04:00
parent bac99f62fd
commit 128830e965
1 changed files with 3 additions and 1 deletions

View File

@ -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&apos;s address. . You can always add it
back using the Safe&apos;s address.
</Paragraph> </Paragraph>
</Row> </Row>
</Block> </Block>