fix: change browse sort from desc to asc

This commit is contained in:
2026-06-12 10:37:50 +02:00
parent c252739610
commit 90ae58b99e
4 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
<section class="flex flex-col gap-4">
<div class="flex items-center justify-between">
<h2 class="text-base font-normal text-foreground">Trending This Season</h2>
<a href="/browse?order_by=popularity&sort=desc" class="text-sm text-foreground-muted transition-colors hover:text-foreground">View all</a>
<a href="/browse?order_by=popularity&sort=asc" class="text-sm text-foreground-muted transition-colors hover:text-foreground">View all</a>
</div>
<div hx-get="/api/discover/trending" hx-trigger="load" hx-swap="outerHTML">
{{template "discover_skeleton"}}