Skip to content

Commit

Permalink
Fix: remove mobile signer promo (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored Jun 20, 2024
1 parent 62db3d8 commit cd1b305
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/components/new-safe/create/steps/OwnerPolicyStep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,6 @@ const OwnerPolicyStep = ({
>
Add new signer
</Button>
<Box p={2} mt={3} sx={{ backgroundColor: 'background.main', borderRadius: '8px' }}>
<Typography variant="subtitle1" fontWeight={700} display="inline-flex" alignItems="center" gap={1}>
{'Safe{Wallet}'} mobile signer key (optional){' '}
<Tooltip
title="The Safe{Wallet} mobile app allows for the generation of signer keys that you can add to this or an existing Safe Account."
arrow
placement="top"
>
<span style={{ display: 'flex' }}>
<SvgIcon component={InfoIcon} inheritViewBox color="border" fontSize="small" />
</span>
</Tooltip>
</Typography>
<Typography variant="body2">Use your mobile phone as an additional signer key</Typography>
</Box>
</Box>

<Divider />
Expand Down

0 comments on commit cd1b305

Please sign in to comment.