Skip to content

Commit

Permalink
feat: remove safe wallet icon
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Aug 9, 2024
1 parent 01fb31e commit a02d3db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/defi/src/components/Topnav/components/AlertPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Divider, IconButton, Stack, Typography } from '@mui/material';
import { useTxButton } from '@origin/defi/shared';
import { ClickAwayPopover, TokenIcon } from '@origin/shared/components';
import { tokens } from '@origin/shared/contracts';
import { FaXmarkRegular, PoweredBySafe } from '@origin/shared/icons';
import { FaXmarkRegular } from '@origin/shared/icons';
import { TxButton } from '@origin/shared/providers';
import { useIntl } from 'react-intl';

Expand Down Expand Up @@ -46,7 +46,6 @@ export const AlertPopover = (
>
<FaXmarkRegular sx={{ fontSize: 16 }} />
</IconButton>
<PoweredBySafe sx={{ width: 1, height: 24, color: 'text.primary' }} />
<Typography>
{intl.formatMessage({
defaultMessage:
Expand Down

0 comments on commit a02d3db

Please sign in to comment.