Skip to content

Commit

Permalink
Make dapp icon larger
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 24, 2023
1 parent 8e7f5b0 commit 4f87f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/walletconnect/WcHeaderWidget/WcIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const WcIcon = ({ sessionCount, sessionIcon, isError, onClick }: WcIconProps): R
variant={isError ? 'dot' : 'standard'}
badgeContent={
showIcon ? (
<SafeAppIconCard alt="Connected dApp icon" src={sessionIcon} width={12} height={12} />
<SafeAppIconCard alt="Connected dApp icon" src={sessionIcon} width={20} height={20} />
) : (
sessionCount
)
Expand Down

0 comments on commit 4f87f2d

Please sign in to comment.