Skip to content

Commit

Permalink
Update getWalletIcon.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Jan 13, 2024
1 parent c4411b2 commit a5cc925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/getWalletIcon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PjsIcon from "../assets/pjs-icon.png";
// TODO: WalletConnectIcon

export enum WalletNameEnum {
SUBWALLET = "subwallet",
SUBWALLET = "subwallet-js",
TALISMAN = "talisman",
NOVAWALLET = "nova wallet",
PJS = "polkadot-js",
Expand All @@ -26,4 +26,4 @@ export function getWalletIcon(type: string | undefined) {
} else {
return undefined;
}
}
}

0 comments on commit a5cc925

Please sign in to comment.