Skip to content

Commit 4f85dff

Browse files
pandablue0809ihomp
andauthored
NFT mint (XRPL) (#269)
* fix: can't delete taxon from filter * show nft mint menu in header * add nft mint page * add nftMintTabs component and fix ui * add no expiration * fix mint * fix padding * add add networks in nftmintTabs and remove digest and add checkbok for issuer * fix faucetTabs to NetwrokTabs and add createSellOffer * fix components name and fix some UI * fix SEO and Order * fix isSsrMobile * fix: chagne file directory * fix <p> tag * fix some issue * path fixes * fix paths for components * rename folders * mintRequest -> request --------- Co-authored-by: Viacheslav Bakshaev <[email protected]>
1 parent 5b4a92e commit 4f85dff

File tree

6 files changed

+791
-371
lines changed

6 files changed

+791
-371
lines changed

components/Layout/Header/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default function Header({
192192
hoverStates={hoverStates}
193193
>
194194
<Link href="/faucet">{t('menu.developers.faucet')}</Link>
195-
{xahauNetwork && <Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>}
195+
<Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>
196196
<Link href="/username">{t('menu.usernames')}</Link>
197197
<Link href="/xrp-xah-taxes">{t('menu.services.tax-reports')}</Link>
198198
<Link href="/submit-account-information">{t('menu.project-registration')}</Link>
@@ -239,7 +239,7 @@ export default function Header({
239239
<Link href={'/nft-offers' + (displayName ? '/' + address : '')}>{t('menu.nft.offers')}</Link>
240240
<Link href="/nft-distribution">{t('menu.nft.distribution')}</Link>
241241
<Link href="/nft-statistics">{t('menu.nft.statistics')}</Link>
242-
{xahauNetwork && <Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>}
242+
<Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>
243243
</MenuDropDown>
244244

245245
{/* Hide AMM for XAHAU */}

0 commit comments

Comments
 (0)