Menp überarbeitet
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled

This commit is contained in:
2026-04-08 16:52:43 +02:00
parent a13b8e894f
commit 2b0ce62d33
124 changed files with 2306 additions and 148 deletions

View File

@@ -54,7 +54,8 @@
const catLabel = label => `<li class="sidebar-cat-label">${label}</li>`;
// Home
const homeNav = navLink({ href: '/userhome.html', icon: I('HOME') || '⌂', label: 'Home' });
const homeNav = navLink({ href: '/userhome.html', icon: I('HOME') || '⌂', label: 'Home' });
const searchNav = navLink({ href: '/search.html', icon: I('SEARCH') || '🔍', label: 'Suche' });
// Kommunikation
const commLinks = [
@@ -74,6 +75,7 @@
const socialNav = [
homeNav,
searchNav,
sep,
...commLinks.map(navLink),
sep,