fix: rename sidebar accordion to Sistemas Clientes to avoid confusion

This commit is contained in:
VPS 4 Builder
2026-05-25 04:10:50 +02:00
parent 6153ac0ed0
commit 5e86717d12
+1 -1
View File
@@ -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>