Skip to content

Commit 7af5058

Browse files
committed
Update FAQ link in about page to use absolute path for improved navigation
1 parent dd0c42a commit 7af5058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export default function XrplOverview() {
438438
</div>
439439
))}
440440
<center>
441-
<a className="btn btn-primary btn-arrow mt-20" href="faq">
441+
<a className="btn btn-primary btn-arrow mt-20" href="/about/faq">
442442
{translate("View Full FAQ")}
443443
</a>
444444
</center>

0 commit comments

Comments
 (0)