Skip to content

Commit

Permalink
Merge pull request #1523 from Itheum/hotfix-twoweek2
Browse files Browse the repository at this point in the history
chore: fixed link issue
  • Loading branch information
newbreedofgeek authored Nov 11, 2024
2 parents 46646a0 + 3a95790 commit 79ba0db
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 79ba0db

Please sign in to comment.