3.4.0
0xa3k5
released this
17 Aug 23:56
·
18 commits
to main
since this release
What's Changed
- introduce "fallback" to WalletIcon, TokenIcon and NetworkIcon. fallback prop takes in a string or ReactNode and renders that if the provided props can't find a match. e.g.:
<TokenIcon symbol="EETH" fallback="/logo.svg">
would render thelogo.svg
becauseeeth
is invalid.
New Contributors
- @GabrielPrediger made their first contribution in #20
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]