From d4f0f7a9926e53a810bbedf6587f48b69860e273 Mon Sep 17 00:00:00 2001 From: Mateleo Date: Sat, 25 Jul 2026 11:24:55 +0200 Subject: [PATCH] fix: add missing space before 'GitHub releases page' link on download page The whitespace between 'Check the' and the anchor tag was being collapsed by HTML parsing, causing the text to render as 'Check theGitHub releases page' without a space. --- apps/marketing/src/pages/download.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/pages/download.astro b/apps/marketing/src/pages/download.astro index 76977ad4ce2..9340cca02a9 100644 --- a/apps/marketing/src/pages/download.astro +++ b/apps/marketing/src/pages/download.astro @@ -60,7 +60,7 @@ import { RELEASES_URL } from "../lib/releases";