refactor: update top picks link from /discover/top-picks to /top-picks

This commit is contained in:
2026-06-13 21:23:23 +02:00
parent e13022c7d4
commit 6ac9e38423

View File

@@ -32,7 +32,7 @@
<section id="top-pick-for-you-section" class="w-full" data-top-pick-carousel> <section id="top-pick-for-you-section" class="w-full" data-top-pick-carousel>
<div class="mb-4 flex items-end justify-between gap-3"> <div class="mb-4 flex items-end justify-between gap-3">
<h2 class="min-w-0 text-base font-normal text-foreground">Top Pick for You</h2> <h2 class="min-w-0 text-base font-normal text-foreground">Top Pick for You</h2>
{{template "section_action" dict "Href" "/discover/top-picks" "Label" "View all"}} {{template "section_action" dict "Href" "/top-picks" "Label" "View all"}}
</div> </div>
<div class="relative overflow-hidden"> <div class="relative overflow-hidden">
<div data-top-pick-track tabindex="0" class="grid min-w-0 grid-flow-col auto-cols-[calc((100%-0.75rem)/2.18)] gap-3 overflow-x-auto scroll-smooth pb-1 scrollbar-hidden md:auto-cols-[calc((100%-2rem)/3.35)] md:gap-4 lg:auto-cols-[calc((100%-3rem)/4.35)] xl:auto-cols-[calc((100%-4rem)/5.35)] 2xl:auto-cols-[calc((100%-5rem)/6.35)]"> <div data-top-pick-track tabindex="0" class="grid min-w-0 grid-flow-col auto-cols-[calc((100%-0.75rem)/2.18)] gap-3 overflow-x-auto scroll-smooth pb-1 scrollbar-hidden md:auto-cols-[calc((100%-2rem)/3.35)] md:gap-4 lg:auto-cols-[calc((100%-3rem)/4.35)] xl:auto-cols-[calc((100%-4rem)/5.35)] 2xl:auto-cols-[calc((100%-5rem)/6.35)]">