From 185584d7af726686e0f2e9f407d65cb13df6af18 Mon Sep 17 00:00:00 2001 From: Gregg Stubberfield Date: Tue, 28 Oct 2025 17:48:06 -0400 Subject: [PATCH] feat: #335 - Edit wording on notice to introduce first release; remove hidden class on mobile so it's always displayed --- frontend/src/components/Header/Header.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Header/Header.tsx b/frontend/src/components/Header/Header.tsx index 477cc499..f696b614 100644 --- a/frontend/src/components/Header/Header.tsx +++ b/frontend/src/components/Header/Header.tsx @@ -100,17 +100,22 @@ const Header: React.FC = ({ isAuthenticated, isSuperuser }) => { return (
-
+

- This app is currently in its beta testing phase. The information and - tools provided herein are intended for general informational purposes - only and should NOT be construed as medical advice, diagnosis, or - treatment.{" "} + Welcome to Balancer’s first release! Found a bug or have feedback? Let us know {" "} + + here {" "} + + or email {" "} + + balancerteam@codeforphilly.org + + .

-
- App is in beta; Do not use info as medical advice. -