From b07b0f419778bc33016095795e02ac475849e7bc Mon Sep 17 00:00:00 2001 From: Advait Paliwal Date: Tue, 24 Mar 2026 16:13:44 -0700 Subject: [PATCH] Fix copy buttons: swap to standard copy icon, fix docs copy visibility, DOMContentLoaded guard Co-Authored-By: Claude Opus 4.6 (1M context) --- website/src/pages/index.astro | 47 +++++++++++------------------------ website/src/styles/global.css | 4 +-- 2 files changed, 17 insertions(+), 34 deletions(-) diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 19762d5..0a12e1c 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -57,28 +57,8 @@ const terminalCommands = [ class="group flex items-center gap-3 rounded-lg bg-muted px-4 py-2.5 font-mono text-sm transition-colors hover:bg-muted/80 cursor-pointer" > curl -fsSL https://feynman.is/install | bash - - - - + +
@@ -217,16 +197,19 @@ const terminalCommands = [