From a6255b2318e6a688dcaca6a3b9ba1a3010c9aa75 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Mon, 25 May 2026 12:10:47 +0200 Subject: [PATCH] fix: add missing class to donate overlay div MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without class="donate-overlay" the CSS display:none never applied, leaving the fixed overlay covering the entire page on load and blocking all clicks — making the page appear locked. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6c02a27..9a74d84 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -444,7 +444,7 @@ const ctaCards = [ -