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,
menu: [
/*
{
icon: mdiAccount,
label: 'My Profile',
href: '/profile',
},
*/
{
isDivider: true,
},