From 8dd20935ada4ba9d3eadcf3d20049ad054e692e4 Mon Sep 17 00:00:00 2001 From: Advait Paliwal Date: Tue, 24 Mar 2026 19:44:25 -0700 Subject: [PATCH] Simplify homepage install toggle --- website/src/pages/index.astro | 70 +++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 16 deletions(-) diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index f04583c..2693bd0 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -58,23 +58,38 @@ const installCommands = [
-
+
{installCommands.map((entry) => ( ))}
+ +
@@ -212,15 +227,38 @@ const installCommands = [