From 6ac9e38423868b17068c552d13e8d9806a6efb47 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 13 Jun 2026 21:23:23 +0200 Subject: [PATCH] refactor: update top picks link from /discover/top-picks to /top-picks --- templates/index.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.gohtml b/templates/index.gohtml index 6ca7261..3cce40e 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -32,7 +32,7 @@

Top Pick for You

- {{template "section_action" dict "Href" "/discover/top-picks" "Label" "View all"}} + {{template "section_action" dict "Href" "/top-picks" "Label" "View all"}}