From b629eb9900d20ebfe2f1a42a4d7e94f6f48d8eba Mon Sep 17 00:00:00 2001 From: Daniel Gorgonha Date: Sun, 2 Aug 2026 21:48:25 -0300 Subject: [PATCH] fix(landing): download CTA links to /releases (not /releases/latest) /releases/latest 404s while every release is a prerelease. Point at the releases list, which always shows the newest release (v0.2.0, with the installers) at the top. --- ui/src/screens/Intro.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/screens/Intro.tsx b/ui/src/screens/Intro.tsx index 6515c01..67d82d1 100644 --- a/ui/src/screens/Intro.tsx +++ b/ui/src/screens/Intro.tsx @@ -94,7 +94,7 @@ export default function Intro() { {t('landing.ctaHow')} {t('landing.ctaVaults')} - + {t('landing.ctaDownload')}