Expose issue portal navigation
Magent CI/CD / verify (push) Successful in 11m11s
Magent CI/CD / deploy-prod (push) Failing after 2m22s

This commit is contained in:
2026-06-18 21:45:03 +12:00
parent 8f03e315b8
commit 87971d1ff0
+2 -1
View File
@@ -42,7 +42,8 @@ export default function HeaderActions() {
<div className="header-actions-right"> <div className="header-actions-right">
<a href="/">Requests</a> <a href="/">Requests</a>
<a href="/profile/invites">Invites</a> <a href="/profile/invites">Invites</a>
<a href="/portal">Portal</a> <a href="/portal/requests">Portal</a>
<a href="/portal/issues">Issues</a>
</div> </div>
</div> </div>
) )