Skip to content

Commit

Permalink
replace subwallet logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahonnohak committed Dec 13, 2023
1 parent ed35e4e commit 999a677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added src/assets/img/logo-subwallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/config/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const supportWalletObj = {
isSupportMobileApp: true,
},
[SupportWallet.SubWalletNative]: {
img: require('/src/assets/img/logo-subwallet.svg'),
img: require('/src/assets/img/logo-subwallet.png'),
name: 'SubWallet (Native)',
source: SupportWallet.SubWalletNative,
walletUrl: 'https://subwallet.app/download.html',
Expand Down Expand Up @@ -229,7 +229,7 @@ export const supportEvmWalletObj = {
ethExtension: 'talismanEth',
},
[SupportWallet.SubWalletEvm]: {
img: require('/src/assets/img/logo-subwallet.svg'),
img: require('/src/assets/img/logo-subwallet.png'),
name: 'SubWallet (EVM)',
source: SupportWallet.SubWalletEvm,
walletUrl: 'https://subwallet.app/download.html',
Expand Down

0 comments on commit 999a677

Please sign in to comment.