Skip to content

Commit

Permalink
fix NFT OpenSea links
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed May 23, 2022
1 parent a0dddcf commit 224227d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/NFT/NFT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const NFT: React.FC = () => {
)}
{isElderClaimed ? (
<Button
href={`https://opensea.io/${account}?search[sortBy]=LISTING_DATE&search[query]=BaoElder}`}
href={`https://opensea.io/${account}?search[sortBy]=LISTING_DATE&search[query]=BaoElder`}
text="View on OpenSea"
/>
) : (
Expand Down Expand Up @@ -191,7 +191,7 @@ const NFT: React.FC = () => {
)}
{isElderClaimed ? (
<Button
href={`https://opensea.io/${account}?search[sortBy]=LISTING_DATE&search[query]=BaoGnosis}`}
href={`https://opensea.io/${account}?search[sortBy]=LISTING_DATE&search[query]=BaoGnosis`}
text="View on OpenSea"
/>
) : (
Expand Down

0 comments on commit 224227d

Please sign in to comment.