Commit 1242aef4 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: marketplace icons on details page (#5091)

parent 7f2bb6c6
...@@ -26,5 +26,5 @@ export const getAssetHref = (asset: GenieAsset | WalletAsset, origin?: DetailsOr ...@@ -26,5 +26,5 @@ export const getAssetHref = (asset: GenieAsset | WalletAsset, origin?: DetailsOr
} }
export const getMarketplaceIcon = (marketplace: string) => { export const getMarketplaceIcon = (marketplace: string) => {
return `/nft/svgs/marketplaces/${marketplace}.svg` return `/nft/svgs/marketplaces/${marketplace.toLowerCase()}.svg`
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment