Skip to content

Update the new explorer advantages article to fit into the learn section #351

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

Merged
Merged
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
2 changes: 1 addition & 1 deletion components/Layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Footer() {
<Link href="/blackholed-address">Blackholed address</Link>
<Link href="/blacklisted-address">Blacklisted address</Link>
<Link href="/verified-domains">Verified domains</Link>
<Link href="/explorer-advantages">Why Our Explorer</Link>
<Link href="/learn/the-bithomp-explorer-advantages">Why Our Explorer</Link>
{!xahauNetwork && <Link href="/rlusd">Ripple USD</Link>}
</div>

Expand Down
178 changes: 0 additions & 178 deletions pages/explorer-advantages.js

This file was deleted.

14 changes: 14 additions & 0 deletions pages/learn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ const learnContentXRP = [
{ title: 'Verified Domain', slug: 'verified-domain' },
],
},
{
category: 'Bithomp Tools',
description: 'Learn how to get the most out of Bithomp’s powerful explorer.',
items: [
{ title: 'The Bithomp Explorer Advantages', slug: 'the-bithomp-explorer-advantages' },
],
},
]

const learnContentXAHAU = [
Expand All @@ -62,6 +69,13 @@ const learnContentXAHAU = [
{ title: 'Verified Domain', slug: 'verified-domain' },
],
},
{
category: 'Bithomp Tools',
description: 'Learn how to get the most out of Bithomp’s powerful explorer.',
items: [
{ title: 'The Bithomp Explorer Advantages', slug: 'the-bithomp-explorer-advantages' },
],
},
]

export async function getServerSideProps(context) {
Expand Down
Loading