We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f9ea5 commit 1459580Copy full SHA for 1459580
1 file changed
apps/site/src/components/home_page/section_1/index.astro
@@ -14,7 +14,7 @@ import Screenshots from "./screenshots.astro";
14
class="flex justify-center mb-8 animate-in slide-in-b-2 fade-in-0 animate-duration-500 animate-delay-400 animate-fill-both"
15
>
16
<a
17
- href="/download"
+ href=`${base}/downloads`
18
class="group inline-flex items-center gap-2 rounded-full border border-gray-200 bg-white/50 px-4 py-1.5 text-sm font-medium text-gray-600 backdrop-blur-sm transition-colors hover:bg-white hover:text-gray-900 dark:border-gray-800 dark:bg-gray-950/50 dark:text-gray-400 dark:hover:bg-gray-950 dark:hover:text-white shadow-sm hover:shadow-md"
19
20
<span class="relative flex h-2 w-2">
0 commit comments