From af02baa78bb85d0537aba87e3322de6a654a3239 Mon Sep 17 00:00:00 2001 From: sanika yadav Date: Thu, 4 Jun 2026 18:40:55 +0530 Subject: [PATCH] fixed visibility of footer components --- src/components/Footer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 38f1ef16..ad81ffcc 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -59,10 +59,10 @@ export default function Footer() { {/* Newsletter */}
-

Updates

+

Updates

{!isExpanded ? ( ) : (
@@ -78,7 +78,7 @@ export default function Footer() { {/* Community */}
-

Community

+

Community

{[ { href: "https://github.com/magic-peach/reframe", icon: , label: "GitHub", tooltip: "Star us on GitHub" }, @@ -88,7 +88,7 @@ export default function Footer() { ].map((social) => (