-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1452 from blockscout/tom2drum/issue-1414
migrate icons to SVG sprite
- Loading branch information
Showing
179 changed files
with
1,029 additions
and
774 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
import type { WalletType, WalletInfo } from 'types/client/wallets'; | ||
|
||
import coinbaseIcon from 'icons/wallets/coinbase.svg'; | ||
import metamaskIcon from 'icons/wallets/metamask.svg'; | ||
import tokenPocketIcon from 'icons/wallets/token-pocket.svg'; | ||
|
||
export const WALLETS_INFO: Record<Exclude<WalletType, 'none'>, WalletInfo> = { | ||
metamask: { | ||
name: 'MetaMask', | ||
icon: metamaskIcon, | ||
icon: 'wallets/metamask', | ||
}, | ||
coinbase: { | ||
name: 'Coinbase Wallet', | ||
icon: coinbaseIcon, | ||
icon: 'wallets/coinbase', | ||
}, | ||
token_pocket: { | ||
name: 'TokenPocket', | ||
icon: tokenPocketIcon, | ||
icon: 'wallets/token-pocket', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.