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.

);