From 986498a85d4d876f34e05576208bac4e195fcc3f Mon Sep 17 00:00:00 2001 From: Gregg Stubberfield Date: Sun, 17 Aug 2025 14:51:03 -0400 Subject: [PATCH] feat: #358 - Add legal disclaimer to medication suggestion and footer --- frontend/src/components/Footer/Footer.tsx | 10 ++++++++-- .../pages/PatientManager/PatientManager.tsx | 19 +++++++++++-------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index 34820b9b..68a22263 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -107,8 +107,14 @@ function Footer() { -
- © 2025 Balancer. All rights reserved. V1 2-04-2025 +
+

© 2025 Balancer. All rights reserved. V1 2-04-2025

+
+
+

+ Balancer is an educational resource designed to support{" "} + —never replace— the judgment of licensed U.S. clinicians. Final prescribing decisions must always be made by the treating clinician. +

diff --git a/frontend/src/pages/PatientManager/PatientManager.tsx b/frontend/src/pages/PatientManager/PatientManager.tsx index 2cb8ede3..a8c10f0e 100644 --- a/frontend/src/pages/PatientManager/PatientManager.tsx +++ b/frontend/src/pages/PatientManager/PatientManager.tsx @@ -87,14 +87,17 @@ const PatientManager = () => { const descriptionEl = (
- Use our tool to get medication suggestions for bipolar disorder based on - patient characteristics.{" "} - - Read about where we get our data. - +

Use our tool to explore medication options for bipolar disorder based on patient characteristics.

+

+ + Read about where we get our data. + +

+

Balancer is an educational resource designed to support —never replace— the judgment of licensed U.S. clinicians.

+

Final prescribing decisions must always be made by the treating clinician.

);