diff --git a/webapp/src/components/NFTImage/NFTImage.tsx b/webapp/src/components/NFTImage/NFTImage.tsx index 6898e1ceb9..3a5c54d293 100644 --- a/webapp/src/components/NFTImage/NFTImage.tsx +++ b/webapp/src/components/NFTImage/NFTImage.tsx @@ -74,6 +74,8 @@ const NFTImage = (props: Props) => { const backgroundImage = `radial-gradient(${ RARITY_COLOR_LIGHT[wearable!.rarity] }, ${RARITY_COLOR[wearable!.rarity]})` + // HOTFIX: this is only needed for a short time, while thegraph indexes the blockchain using the correct name + const image = nft.image.replace('threelau_basics', '3lau_basics') return (