Skip to content

Commit

Permalink
Merge pull request #44 from InvArch/arrudagates-patch-1
Browse files Browse the repository at this point in the history
Update getWalletIcon.ts
  • Loading branch information
arrudagates authored Jan 13, 2024
2 parents c4411b2 + a5cc925 commit 6dd3e54
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;
}
}
}

1 comment on commit 6dd3e54

@vercel
Copy link

@vercel vercel bot commented on 6dd3e54 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.