Move invite flow to client navigation

This commit is contained in:
2026-09-01 22:20:48 +12:00
parent 06d944c9d9
commit c6d449dc17
5 changed files with 214 additions and 513 deletions
-5
View File
@@ -67,11 +67,6 @@ export default function HeaderActions() {
},
]
: [
{
href: '/profile',
label: 'Profile',
match: (path: string) => path.startsWith('/profile') && !path.startsWith('/profile/invites'),
},
{
href: '/profile/invites',
label: 'Invites',