Skip to content

Commit f193855

Browse files
authored
Merge pull request #358 from blocknative/fix/coinbase-logo
Fix: Coinbase Logo
2 parents fe138b0 + 36659d7 commit f193855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/select/wallets/coinbase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function coinbase(options: CommonWalletOptions): WalletModule {
88

99
return {
1010
name: label || 'Coinbase',
11-
iconSrc: iconSrc || coinbaseIcon,
12-
svg,
11+
iconSrc,
12+
svg: svg || coinbaseIcon,
1313
wallet: async (helpers: Helpers) => {
1414
const { getProviderName, createLegacyProviderInterface } = helpers
1515
const provider =

0 commit comments

Comments
 (0)