From b0a1a63bd5329bf5d28928b7646690f0e77de964 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 5 Dec 2024 08:40:02 -0500 Subject: [PATCH] docs: update Signed-off-by: Adam Setch --- src/components/LatestRelease.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LatestRelease.astro b/src/components/LatestRelease.astro index 80e7f96..e6230b2 100644 --- a/src/components/LatestRelease.astro +++ b/src/components/LatestRelease.astro @@ -124,7 +124,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData();
Released on: {releaseDate}
{downloadLinks.alt.length > 0 && ( -

+

Also available on:
    {downloadLinks.alt.map((platform) => ( @@ -135,7 +135,7 @@ const { downloadLinks, version, releaseDate } = await loadInitialData(); ))}
-

+
)}