File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,21 @@ const Header: React.FC<LoginFormProps> = ({
102102 < header className = "z-50 fixed w-full items-center no-print" >
103103 < 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" >
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 = "underline hover:border-blue-600 hover:text-blue-600 hover:no-underline"
109+ >
110+ here
111+ </ Link > { " " }
112+ or email { " " }
113+ < a
114+ 115+ className = "underline hover:border-blue-600 hover:text-blue-600 hover:no-underline"
116+ target = "_blank"
117+ >
118+ 119+ </ a > .
109120 </ p >
110121 </ div >
111122 < 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 " >
You can’t perform that action at this time.
0 commit comments