Add dedicated profile invites page and fix mobile admin layout

This commit is contained in:
2026-03-02 15:12:38 +13:00
parent b068a6066e
commit eeba143b41
8 changed files with 855 additions and 511 deletions

View File

@@ -75,6 +75,9 @@ export default function HeaderIdentity() {
<a href="/profile" onClick={() => setOpen(false)}>
My profile
</a>
<a href="/profile/invites" onClick={() => setOpen(false)}>
My invites
</a>
<a href="/changelog" onClick={() => setOpen(false)}>
Changelog
</a>