refactor: remove browse link from navigation

This commit is contained in:
2026-06-12 10:37:54 +02:00
parent 90ae58b99e
commit 3ae09d4014

View File

@@ -66,7 +66,6 @@
{{$isCollapsed := .IsCollapsed}}
{{$navItems := list
(dict "key" "home" "href" "/" "label" "Home" "isActive" (eq $currentPath "/"))
(dict "key" "browse" "href" "/browse" "label" "Browse" "isActive" (eq $currentPath "/browse"))
(dict "key" "discover" "href" "/discover" "label" "Discover" "isActive" (eq $currentPath "/discover"))
(dict "key" "schedule" "href" "/schedule" "label" "Schedule" "isActive" (eq $currentPath "/schedule"))
(dict "key" "watchlist" "href" "/watchlist" "label" "Watchlist" "isActive" (eq $currentPath "/watchlist"))