Skip to content

Commit 150f3af

Browse files
committed
Update links in about page to use absolute paths for improved navigation
1 parent 7af5058 commit 150f3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about/index.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export default function XrplOverview() {
235235
"Unlike most other blockchains, the XRP Ledger requires no mining and uses negligible energy, key to long-term growth and stability."
236236
)}
237237
</p>
238-
<a className="btn btn-primary btn-arrow" href="impact">
238+
<a className="btn btn-primary btn-arrow" href="/about/impact">
239239
{translate("Learn More")}
240240
</a>
241241
</div>
@@ -262,7 +262,7 @@ export default function XrplOverview() {
262262
"With the XRPL, these developers are building innovative blockchain projects and applications across use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi."
263263
)}
264264
</p>
265-
<a className="btn btn-primary btn-arrow mb-10-sm" href="uses">
265+
<a className="btn btn-primary btn-arrow mb-10-sm" href="/about/uses">
266266
{translate("Explore More")}
267267
</a>
268268
</div>

0 commit comments

Comments
 (0)