From 291ce3b7c2f7225f205ccf1ba976a7db80a98188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 4 Feb 2026 22:00:21 +0100 Subject: [PATCH] Update download links to releases page, add platform format indicators, refine architecture labels --- public/styles/global.css | 9 +++++++++ src/pages/index.astro | 15 +++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/public/styles/global.css b/public/styles/global.css index b388783..67477af 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -1001,6 +1001,15 @@ section { letter-spacing: 0.05em; } +.platform-formats { + font-family: var(--font-mono); + font-size: 0.7rem; + color: var(--color-text-tertiary); + margin-top: var(--space-xs); + text-transform: uppercase; + letter-spacing: 0.1em; +} + .platform-action { font-family: var(--font-mono); font-size: 0.85rem; diff --git a/src/pages/index.astro b/src/pages/index.astro index 4cefe00..c9b477c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -174,29 +174,32 @@ const version = pkg.version ?? "";

Choose Your
Platform

- +
WINDOWS
-
v0.1.0-alpha / amd64, arm64
+
v0.1.0 / x64, arm64
+
MSI, EXE
DOWNLOAD →
- +
macOS
-
v0.1.0-alpha / arm64 (Apple Silicon)
+
v0.1.0 / arm64 (Apple Silicon)
+
DMG, TAR.GZ
DOWNLOAD →
- +
LINUX
-
v0.1.0-alpha / amd64, arm64
+
v0.1.0 / amd64
+
DEB, RPM, AppImage
DOWNLOAD →