diff --git a/about/history.page.tsx b/about/history.page.tsx index 060a060bd2..1205564e9b 100644 --- a/about/history.page.tsx +++ b/about/history.page.tsx @@ -1,5 +1,6 @@ import * as React from "react"; import { useTranslate } from "@portal/hooks"; +import { Link } from '@portal/Link'; export const frontmatter = { seo: { @@ -238,13 +239,13 @@ export default function History() { "about.history.xrplf.part3", " September 24, 2020, the XRPL Foundation is an independent and nonprofit entity with a mission to accelerate the development and adoption of the decentralized XRP Ledger. The Foundation received an initial donation of over $6.5M from Coil, Ripple, and Gatehub to fund the Foundation’s work in service of the growing number of developers and other " )} - {translate("about.history.xrplf.part4", "global blockchain community")} - + {translate("about.history.xrplf.part5", " members building on the XRP Ledger.")}

diff --git a/about/impact.page.tsx b/about/impact.page.tsx index 22f3d777aa..02801b29ac 100644 --- a/about/impact.page.tsx +++ b/about/impact.page.tsx @@ -4,6 +4,7 @@ import mapDark from "../static/js/impact/mapDark.json"; import mapLight from "../static/js/impact/mapLight.json"; import { useLottie } from "lottie-react"; import { useThemeFromClassList } from "../@theme/helpers"; +import { Link } from '@portal/Link'; export const frontmatter = { seo: { @@ -76,7 +77,7 @@ export default function Impact() { "about.impact.feature.ppart1", "Open and decentralized, blockchain and crypto are seeing an increase in adoption across the financial services industry, from retail and institutional investment to " )}`} - {translate("about.impact.feature.ppart2", "commercial use cases ")} + {translate("about.impact.feature.ppart2", "commercial use cases ")} {`${translate("about.impact.feature.ppart3", "like CBDCs, NFTs, and cross-border payments.")}`}

@@ -162,9 +163,9 @@ export default function Impact() { "Learn more about companies and developers who are using the XRP Ledger to solve interesting problems efficiently and sustainably." )}

- + {translate("See More")} - + @@ -186,9 +187,9 @@ export default function Impact() { )}

- + {translate("Join the Community")} - +
@@ -201,9 +202,9 @@ export default function Impact() {
{translate("Blog")}

{`${translate("about.impact.blog.ppart1", "Check out the ")}`} - + {translate("about.impact.blog.ppart2", "XRPL dev blog ")} - + {`${translate( "about.impact.blog.ppart3", "to stay up-to-date on the latest innovations and developments in the XRPL community." @@ -218,9 +219,9 @@ export default function Impact() {

{translate("Events")}

{`${translate("about.impact.events.ppart1", "Attend ")}`} - + {translate("about.impact.events.ppart2", "meetups, hackathons, and conferences ")} - + {`${translate( "about.impact.events.ppart3", "to meet other members of the community." @@ -271,9 +272,9 @@ export default function Impact() {

{translate("Events")}

{`${translate("about.impact.events.ppart1", "Attend ")}`} - + {translate("about.impact.events.ppart2", "meetups, hackathons, and conferences ")} - + {`${translate( "about.impact.events.ppart3", "to meet other members of the community." @@ -299,13 +300,13 @@ export default function Impact() {

- {translate("Join the Community")} - +