Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/opensea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Header = () => {
/>
</div>
<div className={style.headerItems}>
<Link href="/collections/0x66a576A977b7Bccf510630E0aA5e450EC11361Fa">
<Link href="/collections/0xdCA2fB805e44B3ed53C2a69e57Dd236D35d1686D">
<div className={style.headerItem}> Collections </div>
</Link>
<div className={style.headerItem}> Stats </div>
Expand Down
2 changes: 1 addition & 1 deletion components/NFTCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const NFTCard = ({ nftItem, title, listings }) => {
<div className={style.priceTag}>Price</div>
<div className={style.priceValue}>
<img
src="https://storage.opensea.io/files/6f8e2979d428180222796ff4a33ab929.svg"
src="https://cryptologos.cc/logos/ethereum-eth-logo.svg"
alt="eth"
className={style.ethLogo}
/>
Expand Down
2 changes: 1 addition & 1 deletion components/nft/itemActivity/EventItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const EventItem = ({ event }) => {
</div>
<div className={`${style.eventPrice} flex-[2]`}>
<img
src="https://storage.opensea.io/files/6f8e2979d428180222796ff4a33ab929.svg"
src="https://cryptologos.cc/logos/ethereum-eth-logo.svg"
alt="eth"
className={style.ethLogo}
/>
Expand Down
Loading