fix: marketplace icons on details page (#5091)
This commit is contained in:
parent
7f2bb6c6ae
commit
1242aef466
@ -26,5 +26,5 @@ export const getAssetHref = (asset: GenieAsset | WalletAsset, origin?: DetailsOr
|
||||
}
|
||||
|
||||
export const getMarketplaceIcon = (marketplace: string) => {
|
||||
return `/nft/svgs/marketplaces/${marketplace}.svg`
|
||||
return `/nft/svgs/marketplaces/${marketplace.toLowerCase()}.svg`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user