From 37bdf13abc0dfc9a10a32c650cdcea7b537cb637 Mon Sep 17 00:00:00 2001 From: Tim deBoer Date: Tue, 30 Jan 2024 15:58:14 -0500 Subject: [PATCH] chore: remove comment on linux download page There's a large comment on the linux download page. It's old, has references to a color we no longer use (indigo) that I want to remove, and we always have git history if we need to get it back, so removing. Signed-off-by: Tim deBoer --- website/src/pages/downloads/linux.tsx | 30 --------------------------- 1 file changed, 30 deletions(-) diff --git a/website/src/pages/downloads/linux.tsx b/website/src/pages/downloads/linux.tsx index 95a4873f903..b0f406ea93f 100644 --- a/website/src/pages/downloads/linux.tsx +++ b/website/src/pages/downloads/linux.tsx @@ -120,36 +120,6 @@ export function LinuxDownloads(): JSX.Element { - - /* -
-
-

- {downloadData.version}: Downloads for Linux -

-
-
-
-
-

Tgz archive of binary

- - - - - Download .tgz - -
-
-
-
-
-
*/ ); }