fix(dashboard): remove broken grup-sprijin nav link

Pagina cerea un index.json inexistent și nu mai este necesară.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 21:51:03 +00:00
parent 512aa5cd06
commit c146d68498

View File

@@ -70,10 +70,6 @@ NAV_HTML = '''<header class="header">
<i data-lucide="folder"></i>
<span>Files</span>
</a>
<a href="/echo/grup-sprijin.html" class="nav-item" data-page="grup-sprijin">
<i data-lucide="heart-handshake"></i>
<span>Grup</span>
</a>
<button class="theme-toggle" onclick="toggleTheme()" title="Schimbă tema">
<i data-lucide="sun" id="themeIcon"></i>
</button>