Removed unused side menu items

This commit is contained in:
Dimo Dimov 2023-08-28 17:34:46 +03:00
Родитель c00cb983b6
Коммит 061152ae6b
1 изменённых файлов: 0 добавлений и 28 удалений

Просмотреть файл

@ -47,34 +47,6 @@
Done Items
</NavLink>
</li>
<li class="nav-item">
<NavLink class="nav-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-users">
<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>
Users
</NavLink>
</li>
<li class="nav-item">
<NavLink class="nav-link" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-bar-chart-2">
<line x1="18" y1="20" x2="18" y2="10"></line>
<line x1="12" y1="20" x2="12" y2="4"></line>
<line x1="6" y1="20" x2="6" y2="14"></line>
</svg>
Reports
</NavLink>
</li>
</ul>
</div>
</nav>