Add dedicated profile invites page and fix mobile admin layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user