design: streamline agency growth nav items to focus strictly on lead pipeline and contracts
This commit is contained in:
@@ -388,14 +388,13 @@ export default function AgencyLayout({
|
|||||||
href={`/${workspace}/agency`}
|
href={`/${workspace}/agency`}
|
||||||
active={pathname === `/${workspace}/agency`}
|
active={pathname === `/${workspace}/agency`}
|
||||||
/>
|
/>
|
||||||
<NavItem icon={Icons.MessageCircle} label="Outreach" href="#" />
|
|
||||||
<NavItem icon={Icons.Kanban} label="Pipeline" badge="3" href="#" />
|
<NavItem icon={Icons.Kanban} label="Pipeline" badge="3" href="#" />
|
||||||
<NavItem
|
<NavItem
|
||||||
icon={Icons.FileText}
|
icon={Icons.FileText}
|
||||||
label="Proposals & Contracts"
|
label="Proposals & Agreements"
|
||||||
href="#"
|
href="#"
|
||||||
/>
|
/>
|
||||||
<NavItem icon={Icons.Users} label="Contacts" href="#" />
|
<NavItem icon={Icons.Users} label="Clients / Contacts" href="#" />
|
||||||
|
|
||||||
<SectionHeader>Clients</SectionHeader>
|
<SectionHeader>Clients</SectionHeader>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user