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} + )}