Move invite flow to client navigation
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user