From 3ae09d40148f90f8188c6a76bd7a1cb430a70ecc Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 12 Jun 2026 10:37:54 +0200 Subject: [PATCH] refactor: remove browse link from navigation --- templates/components/navigation.gohtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/components/navigation.gohtml b/templates/components/navigation.gohtml index f5f676f..50713e5 100644 --- a/templates/components/navigation.gohtml +++ b/templates/components/navigation.gohtml @@ -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")) @@ -94,4 +93,4 @@ -{{end}} \ No newline at end of file +{{end}}