diff --git a/internal/server/ui/ui.go b/internal/server/ui/ui.go index f072ae2..1a6f266 100644 --- a/internal/server/ui/ui.go +++ b/internal/server/ui/ui.go @@ -36,7 +36,7 @@ type ViewData struct { User *User // Active is the slug of the currently active primary nav tab - // ("dashboard" / "repos" / "alerts" / "audit" / "settings"). + // ("dashboard" / "alerts" / "audit" / "settings"). // The nav partial highlights the matching tab. Active string diff --git a/web/templates/partials/nav.html b/web/templates/partials/nav.html index 256d85b..d3fdf7e 100644 --- a/web/templates/partials/nav.html +++ b/web/templates/partials/nav.html @@ -25,7 +25,6 @@