fix: rename sidebar accordion to Sistemas Clientes to avoid confusion
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<!-- Menu Accordion para Sistemas Clientes -->
|
||||
<div class="nav-item" id="clientsAccordionToggle" onclick="toggleClientsSubmenu()" style="cursor:pointer; display: flex; align-items: center; justify-content: space-between;">
|
||||
<div style="display: flex; align-items: center; gap: 10px; overflow: hidden;">
|
||||
<span class="icon">🏢</span> <span style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">Todos os Clientes</span>
|
||||
<span class="icon">🏢</span> <span style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">Sistemas Clientes</span>
|
||||
</div>
|
||||
<span id="clientsChevron" style="font-size: 0.8rem; transition: transform 0.3s;">▼</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user