diff --git a/public/router.js b/public/router.js index 12889bd..d72dc6c 100644 --- a/public/router.js +++ b/public/router.js @@ -751,6 +751,7 @@ function navItemEl({ path, label, icon }) { a.className = 'nav-item'; a.setAttribute('role', 'listitem'); a.setAttribute('aria-label', label); + a.setAttribute('title', label); const i = document.createElement('i'); i.dataset.lucide = icon; i.className = 'nav-item__icon';