Update sidebar navigation with all module links (Organizations, Contacts, Opportunities, Sources)

This commit is contained in:
Hamza-Ayed
2026-06-05 02:23:56 +03:00
parent bd7984f8e3
commit 1fb04962cd

View File

@@ -26,17 +26,29 @@
</a>
</li>
<li class="nav-item">
<a href="#crm">
<a href="/admin/organizations">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg>
<span>CRM</span>
<span>Organizations</span>
</a>
</li>
<li class="nav-item">
<a href="#opportunities">
<a href="/admin/contacts">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
<span>Contacts</span>
</a>
</li>
<li class="nav-item">
<a href="/admin/opportunities">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
<span>Opportunities</span>
</a>
</li>
<li class="nav-item">
<a href="/admin/sources">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
<span>Data Sources</span>
</a>
</li>
</ul>
</nav>