Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5844d6e
fix: can't delete taxon from filter
pandablue0809 Apr 17, 2025
f634547
Merge branch 'Bithomp:main' into main
pandablue0809 Apr 21, 2025
9fdaa1f
Merge branch 'main' of github.com:pandablue0809/bithomp-frontend-react
pandablue0809 Apr 22, 2025
029ba7a
Merge branch 'Bithomp:main' into main
pandablue0809 Apr 23, 2025
ac5e94b
show nft mint menu in header
pandablue0809 Apr 23, 2025
252250f
add nft mint page
pandablue0809 Apr 28, 2025
1c02b21
add nftMintTabs component and fix ui
pandablue0809 Apr 30, 2025
705ca50
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 Apr 30, 2025
7c5f3c8
add no expiration
pandablue0809 Apr 30, 2025
d45522f
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 Apr 30, 2025
6da1b48
fix mint
pandablue0809 May 1, 2025
49939cc
fix padding
pandablue0809 May 1, 2025
aa1b251
add add networks in nftmintTabs and remove digest and add checkbok fo…
pandablue0809 May 2, 2025
3db7ad6
fix faucetTabs to NetwrokTabs and add createSellOffer
pandablue0809 May 5, 2025
941f07b
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 May 5, 2025
9f5054d
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 May 6, 2025
4e758a7
fix components name and fix some UI
pandablue0809 May 7, 2025
50a42ff
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 May 9, 2025
41d0d6f
fix SEO and Order
pandablue0809 May 9, 2025
2b6a921
fix isSsrMobile
pandablue0809 May 9, 2025
43e2f83
fix: chagne file directory
pandablue0809 May 12, 2025
4cc7f58
fix <p> tag
pandablue0809 May 12, 2025
c52a271
fix some issue
pandablue0809 May 12, 2025
a6ea697
path fixes
ihomp May 12, 2025
db446b8
fix paths for components
pandablue0809 May 12, 2025
cb35dd9
Merge branch 'main' into pr/269
ihomp May 12, 2025
6a3d36e
fix paths for components
pandablue0809 May 12, 2025
b1ecebe
rename folders
ihomp May 12, 2025
025b63a
mintRequest -> request
ihomp May 12, 2025
e369d86
Merge branch 'Bithomp:main' into nft-mint
pandablue0809 May 12, 2025
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
4 changes: 2 additions & 2 deletions components/Layout/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function Header({
hoverStates={hoverStates}
>
<Link href="/faucet">{t('menu.developers.faucet')}</Link>
{xahauNetwork && <Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>}
<Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>
<Link href="/username">{t('menu.usernames')}</Link>
<Link href="/xrp-xah-taxes">{t('menu.services.tax-reports')}</Link>
<Link href="/submit-account-information">{t('menu.project-registration')}</Link>
Expand Down Expand Up @@ -239,7 +239,7 @@ export default function Header({
<Link href={'/nft-offers' + (displayName ? '/' + address : '')}>{t('menu.nft.offers')}</Link>
<Link href="/nft-distribution">{t('menu.nft.distribution')}</Link>
<Link href="/nft-statistics">{t('menu.nft.statistics')}</Link>
{xahauNetwork && <Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>}
<Link href="/services/nft-mint">{t('menu.services.nft-mint')}</Link>
</MenuDropDown>

{/* Hide AMM for XAHAU */}
Expand Down
Loading