File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,22 @@ const Header: React.FC<LoginFormProps> = ({ isAuthenticated, isSuperuser }) => {
100100
101101 return (
102102 < header className = "z-50 fixed w-full items-center no-print" >
103- < div className = "hidden w-full items-center justify-center border-b border-gray-300 bg-blue-100 p-1 text-center text-sm font-light text-gray-500 lg:flex" >
103+ < div className = "w-full items-center justify-center border-b border-gray-300 bg-blue-100 p-1 text-center text-sm font-light text-gray-500 lg:flex" >
104104 < p className = "" >
105- This app is currently in its beta testing phase. The information and
106- tools provided herein are intended for general informational purposes
107- only and should NOT be construed as medical advice, diagnosis, or
108- treatment.{ " " }
105+ Welcome to Balancer’s first release! Found a bug or have feedback? Let us know { " " }
106+ < Link
107+ to = "/feedback"
108+ className = "text-black hover:border-blue-600 hover:text-blue-600 hover:no-underline"
109+ >
110+ here { " " }
111+ </ Link >
112+ or email { " " }
113+ < a href = "mailto:balancerteam@codeforphilly.org" className = "underline hover:border-blue-600 hover:text-blue-600 hover:no-underline" >
114+ balancerteam@codeforphilly.org
115+ </ a >
116+ .
109117 </ p >
110118 </ div >
111- < div className = "flex items-center justify-center border-b border-gray-300 bg-blue-100 p-1 text-center text-sm font-light text-gray-500 lg:hidden " >
112- App is in beta; Do not use info as medical advice.
113- </ div >
114119 < div
115120 className = {
116121 " hidden h-20 w-full items-center justify-between border-b border-gray-300 bg-white px-96 md:px-20 lg:flex lg:px-10 xl:px-28"
You can’t perform that action at this time.
0 commit comments