Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1037 from UniverseXYZ/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ivostoynovski authored Nov 26, 2021
2 parents f94bb1d + c349378 commit 7765b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/popups/RarityRankPopup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const RarityRankPopup = ({ onClose, item }) => {
<a
target="_blank"
href={`https://${
process.env.REACT_APP_NETWORK_CHAIN_ID === 1
parseInt(process.env.REACT_APP_NETWORK_CHAIN_ID, 10) === 1
? 'opensea.io'
: 'testnets.opensea.io'
}/assets/${
process.env.REACT_APP_NETWORK_CHAIN_ID === 1
parseInt(process.env.REACT_APP_NETWORK_CHAIN_ID, 10) === 1
? ''
: `${process.env.REACT_APP_NETWORK_NAME.toLowerCase()}/`
}${process.env.REACT_APP_POLYMORPHS_CONTRACT_ADDRESS}/${item.tokenid}`}
Expand Down
1 change: 1 addition & 0 deletions src/containers/collection/Collection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const Collection = () => {
<h3>No NFTs found</h3>
<p>Create NFTs or NFT collections with our platform by clicking the button below</p>
<Button
disabled
ref={ref}
className={`create--nft--dropdown ${
isDropdownOpened ? 'opened' : ''
Expand Down

0 comments on commit 7765b8d

Please sign in to comment.