mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Update links in about page to use absolute paths for improved navigation
This commit is contained in:
@@ -235,7 +235,7 @@ export default function XrplOverview() {
|
||||
"Unlike most other blockchains, the XRP Ledger requires no mining and uses negligible energy, key to long-term growth and stability."
|
||||
)}
|
||||
</p>
|
||||
<a className="btn btn-primary btn-arrow" href="impact">
|
||||
<a className="btn btn-primary btn-arrow" href="/about/impact">
|
||||
{translate("Learn More")}
|
||||
</a>
|
||||
</div>
|
||||
@@ -262,7 +262,7 @@ export default function XrplOverview() {
|
||||
"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."
|
||||
)}
|
||||
</p>
|
||||
<a className="btn btn-primary btn-arrow mb-10-sm" href="uses">
|
||||
<a className="btn btn-primary btn-arrow mb-10-sm" href="/about/uses">
|
||||
{translate("Explore More")}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user