Skip to content

Commit

Permalink
change display name of Metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Oct 31, 2023
1 parent ec9dd38 commit 8692ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletModal/WalletModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const WalletModal: FC<Props> = ({ onClose, wallets }) => {
)}
<p className="font-semibold text-left flex-1">
{wallet.walletPrettyName === "Leap Cosmos MetaMask"
? "Metamask"
? "Metamask (Leap Snap)"
: wallet.walletPrettyName}
</p>
</button>
Expand Down

0 comments on commit 8692ea9

Please sign in to comment.