Skip to content

Commit

Permalink
fix: remove default safe apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8319 committed Mar 24, 2024
1 parent 2cd9761 commit 9f015cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const WcSampleDapps = ({ onUnload }: { onUnload: () => void }) => {

return (
<Typography variant="body2" display="flex" justifyContent="space-between" alignItems="center" mt={3}>
{SAMPLE_DAPPS.map((item) => (
{/* {SAMPLE_DAPPS.map((item) => (
<Typography variant="body2" key={item.url}>
<ExternalLink href={item.url} noIcon px={1}>
<img src={item.icon} alt={item.name} width={32} height={32} style={{ marginRight: '0.5em' }} />
{item.name}
</ExternalLink>
</Typography>
))}
))} */}
</Typography>
)
}
Expand Down

0 comments on commit 9f015cd

Please sign in to comment.