Expose issue portal navigation

This commit is contained in:
2026-06-18 21:45:03 +12:00
parent 8f03e315b8
commit e3d69d0579
+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>
) )