Skip to content

Commit

Permalink
chore: fixed link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Nov 11, 2024
1 parent 8d141ef commit 3a95790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DataNFT/components/FeaturedDataNFTListings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const FeaturedDataNFTListings: React.FC<FeaturedDataNFTListingsProps> = (
}}
borderRadius="8px"
ml={{ base: "0", md: "5" }}
onClick={() => openExplorerAppWithAuthToken("https://explorer.itheum.io/nftunes/?artist-profile=stephen-snodgrass")}>
onClick={() => openExplorerAppWithAuthToken("https://explorer.itheum.io/nftunes/?artist-profile=two-week")}>
<Text color="#0F0F0F">Open App: Stream Music</Text>
</Button>
</Flex>
Expand Down

0 comments on commit 3a95790

Please sign in to comment.