diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx index ad70b5911d..4173562a94 100644 --- a/@theme/components/Navbar/Navbar.tsx +++ b/@theme/components/Navbar/Navbar.tsx @@ -235,7 +235,7 @@ export function NavDropdown(props) {
  • {translate("about.index.consensus.h5part2", "validators")} + {translate("about.index.consensus.h5part2", "validators")} {`${translate( "about.index.consensus.h5part3", ", which anyone can operate, come to an agreement on the order and outcome of XRP transactions every three to five seconds." @@ -387,9 +388,9 @@ export default function XrplOverview() { "about.index.tomorrow.ppart1", "XRP Ledger’s innovation relies on the shared community experience of builders like you. If you’re ready to start your next big blockchain project, explore the XRPL now and consider applying for funding on your next" )}`} - + {translate("about.index.tomorrow.ppart2", " blockchain project")} - + {translate("about.index.tomorrow.ppart3", ".")}

    diff --git a/index.page.tsx b/index.page.tsx index 7b16b8ff9f..ac8df805a8 100644 --- a/index.page.tsx +++ b/index.page.tsx @@ -1,4 +1,5 @@ import { useTranslate } from '@portal/hooks'; +import { Link } from '@portal/Link'; export const frontmatter = { seo: { @@ -90,7 +91,7 @@ const features = [ title: 'Smart Contracts', description: <> - Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the hooks amendment and public testnet that enable smart contract functionality., + Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the hooks amendment and public testnet that enable smart contract functionality. , href: 'https://hooks-testnet.xrpl-labs.com/', }, @@ -98,7 +99,7 @@ const features = [ chip: 'Enabled', title: 'Automated Market Makers', description: "Smart contracts to provide liquidity and earn passive income from facilitating currency exchange, complementary with the order-book DEX already built into the XRPL.", - href: '/concepts/tokens/decentralized-exchange/automated-market-makers/', + href: '/docs/concepts/tokens/decentralized-exchange/automated-market-makers/', }, ]; @@ -121,9 +122,9 @@ export default function Index() {
    {translate('XRPL | XRP Ledger')}
    - + {translate('Start Building')} - +
    @@ -173,13 +174,13 @@ export default function Index() {
    {cards2.map((card, idx) => ( - +

    {translate(card.title)}

    {translate(card.description)}

     
    -
    + ))}
    @@ -190,13 +191,13 @@ export default function Index() {
    {cards3.map((card, idx) => ( - +

    {translate(card.title)}

    {translate(card.description)}

     
    -
    + ))}
    @@ -211,9 +212,9 @@ export default function Index() { "Together, we're building the greenest infrastructure to drive blockchain innovation that doesn't sacrifice utility or performance, to bring the developer community's vision to life." )}

    - + {translate('Learn More')} - + @@ -227,9 +228,9 @@ export default function Index() {