Update FAQ link in about page to use absolute path for improved navigation

This commit is contained in:
akcodez
2025-01-13 08:56:49 -08:00
parent dd0c42a93c
commit 7af5058d19

View File

@@ -438,7 +438,7 @@ export default function XrplOverview() {
</div>
))}
<center>
<a className="btn btn-primary btn-arrow mt-20" href="faq">
<a className="btn btn-primary btn-arrow mt-20" href="/about/faq">
{translate("View Full FAQ")}
</a>
</center>