@@ -28,11 +28,11 @@ function Footer() {
2828
2929 return (
3030 // <div className="xl:px-50 mx-auto hidden h-20 items-center justify-between border-t border-gray-300 bg-white px-4 sm:px-6 md:px-8 lg:flex lg:px-8 2xl:px-56">
31- < div className = " mt-20 flex w-full border-t border-gray-300 " >
31+ < div className = "mt-20 flex w-full border-t border-gray-300 " >
3232 { /* <div className="footer-content footer-content mr-5 mt-5 rounded-md border-l border-r border-t border-gray-300 "> */ } { " " }
3333 { /* Added mt-5 and mr-5 */ }
3434 < footer className = " font_body mt-10 w-full " >
35- < div className = "m-auto grid max-w-[900px] grid-cols-2 flex-wrap items-center justify-between gap-5 px-5 py-3 md:grid-cols-5 md:py-12 " >
35+ < div className = "m-auto grid max-w-[900px] sm:justify-center md: grid-cols-6 md:py-12 lg:grid-cols-6 flex-wrap items-center md: justify-between gap-4 px-5 py-3" >
3636 < Link
3737 to = "/"
3838 className = " flex justify-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
@@ -61,6 +61,12 @@ function Footer() {
6161 >
6262 Leave feedback
6363 </ Link >
64+ < a href = "https://www.flipcause.com/secure/cause_pdetails/MjMyMTIw"
65+ target = "_blank"
66+ className = "flex justify-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
67+ >
68+ Donate
69+ </ a >
6470 < Link
6571 to = "/help"
6672 className = "flex justify-center text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
@@ -101,8 +107,14 @@ function Footer() {
101107 </ button >
102108 </ div >
103109 </ div >
104- < div className = "flex justify-center rounded px-4 py-2 " >
105- © 2025 Balancer. All rights reserved. V1 2-04-2025
110+ < div className = "flex justify-center rounded px-4 py-2 " >
111+ < p > © 2025 Balancer. All rights reserved. V1 2-04-2025</ p >
112+ </ div >
113+ < div className = "flex justify-center rounded px-4 py-2 " >
114+ < p className = "text-gray-600 text-sm font-light italic" >
115+ Balancer is an educational resource designed to support{ " " }
116+ —never replace— the judgment of licensed U.S. clinicians. Final prescribing decisions must always be made by the treating clinician.
117+ </ p >
106118 </ div >
107119 </ footer >
108120 </ div >
0 commit comments