From 42feac99a7ef51f787c4076a6c0bfe6a1eb4db49 Mon Sep 17 00:00:00 2001 From: Charles Graham Date: Tue, 18 Nov 2025 22:27:45 -0600 Subject: [PATCH] Keep text component, fix contrast --- lib/composite/footer/index.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/composite/footer/index.jsx b/lib/composite/footer/index.jsx index e7bea57..482e017 100644 --- a/lib/composite/footer/index.jsx +++ b/lib/composite/footer/index.jsx @@ -110,7 +110,9 @@ function Footer({ {missionText && ( <>

Our Mission

- {missionText} + + {missionText} + )} @@ -118,7 +120,9 @@ function Footer({ {aboutText && ( <>

About this Website

- {aboutText} + + {aboutText} + )}