inital checkin before beta launch
This commit is contained in:
@@ -23,6 +23,13 @@ const attorneyNavItems: NavItem[] = [
|
||||
active: true,
|
||||
collapsible: false,
|
||||
},
|
||||
{
|
||||
title: 'Search',
|
||||
path: '/property-search',
|
||||
icon: 'ph:magnifying-glass',
|
||||
active: true,
|
||||
collapsible: false,
|
||||
},
|
||||
{
|
||||
title: 'Conversations',
|
||||
path: '/conversations',
|
||||
@@ -37,6 +44,13 @@ const attorneyNavItems: NavItem[] = [
|
||||
active: true,
|
||||
collapsible: false,
|
||||
},
|
||||
{
|
||||
title: 'Support',
|
||||
path: '/support',
|
||||
icon: 'ph:question',
|
||||
active: true,
|
||||
collapsible: false,
|
||||
},
|
||||
];
|
||||
|
||||
export default attorneyNavItems;
|
||||
|
||||
Reference in New Issue
Block a user