Skip to content

Commit

Permalink
update: replace subwallet logo (#1091)
Browse files Browse the repository at this point in the history
* replace subwallet logo

* changed file format

* remove old ones
  • Loading branch information
Kahonnohak authored Dec 15, 2023
1 parent ed35e4e commit 1d15689
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/assets/img/logo-subwallet.svg

This file was deleted.

Binary file added src/assets/img/logo-subwallet.webp
Binary file not shown.
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.webp'),
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.webp'),
name: 'SubWallet (EVM)',
source: SupportWallet.SubWalletEvm,
walletUrl: 'https://subwallet.app/download.html',
Expand Down

0 comments on commit 1d15689

Please sign in to comment.