Menp überarbeitet
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user