Remove "Profile" from left nav menu

This commit is contained in:
SD-Chris 2025-07-13 18:38:48 -05:00 committed by GitHub
parent fa2cd60a5e
commit bf18ed37cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,11 +17,13 @@ const menuNavBar: MenuNavBarItem[] = [
{ {
isCurrentUser: true, isCurrentUser: true,
menu: [ menu: [
/*
{ {
icon: mdiAccount, icon: mdiAccount,
label: 'My Profile', label: 'My Profile',
href: '/profile', href: '/profile',
}, },
*/
{ {
isDivider: true, isDivider: true,
}, },