From 7e6c7eb87717cd5f8ea051c31ec8023d962a6ed4 Mon Sep 17 00:00:00 2001 From: priyaa-j Date: Sun, 22 Feb 2026 11:47:45 +0000 Subject: [PATCH] fix: remove defunct donation banner scripts and styles (#1189) --- src/layouts/BaseLayout.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index b73281c51a..76e040a196 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -84,12 +84,6 @@ const headerTopic = topic const htmlElement = document.documentElement; htmlElement.className = `${storedSettings.join(" ")} ${htmlElement.className}`; - -