From 5b83d478d65eae2c94609add93081f45f9f08812 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sat, 12 Jul 2025 03:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(footer):=20remove=20redund?= =?UTF-8?q?ant=20bg-semi-color-bg-2=20class=20(#1354)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The background utility class `bg-semi-color-bg-2` was unnecessary after recent design adjustments and unintentionally overrode intended styles. Removing it cleans up the markup and allows the footer to inherit the correct background from its parent containers. File affected: - web/src/components/layout/Footer.js Closes #1354 --- web/src/components/layout/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/layout/Footer.js b/web/src/components/layout/Footer.js index 4f44c1dc..d380e574 100644 --- a/web/src/components/layout/Footer.js +++ b/web/src/components/layout/Footer.js @@ -22,7 +22,7 @@ const FooterBar = () => { const currentYear = new Date().getFullYear(); const customFooter = useMemo(() => ( -