-
Notifications
You must be signed in to change notification settings - Fork 25
nft explorer article #645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
nft explorer article #645
Conversation
pages/learn/nft-explorer.js
Outdated
| return ( | ||
| <> | ||
| <SEO | ||
| title={'Search, buy, sell, mint NFTs on ' + explorerName} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove on explorerName
pages/learn/nft-explorer.js
Outdated
| <> | ||
| <SEO | ||
| title={'Search, buy, sell, mint NFTs on ' + explorerName} | ||
| description="Explore all XRPL and Xahau NFTs in one place. Discover, buy, sell, and manage NFTs with Bithomp — the fastest and most complete XRPL and Xahau NFT explorer." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove XRPL and Xahau - twice
pages/learn/nft-explorer.js
Outdated
| <div className="flex justify-center"> | ||
| <figure> | ||
| <Image | ||
| src={'/images/pages/learn/nft-explorer/cover' + (xahauNetwork ? '-xahau' : '') + '.jpg'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its better to split it to different folders
ihomp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check comments
No description provided.