File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
frontend/src/pages/Feedback Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ function Feedback() {
66 < Layout >
77 < div className = "mt-20 flex w-full max-w-6xl flex-col items-center justify-center md:mt-28" >
88 < div className = "mt-10" >
9- < h1 className = "head_text" > </ h1 >
10- < h2 className = "desc" > Feedback</ h2 >
11- < p className = "mx-auto mt-5 hidden
9+ < h2 className = "px-2 text-center font-quicksand text-2xl font-medium text-gray-800 md:mt-7 md:p-0 md:px-0 md:text-5xl" > Feedback</ h2 >
10+ < p className = "mx-auto mt-5 mb-10
1211 max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block" >
13- Leave feedback for the Balancer Team.
12+ Leave feedback for the Balancer Team in the form below or send us a message directly at { " " }
13+ < a href = "mailto:[email protected] " className = "underline hover:border-blue-600 hover:text-blue-600 hover:no-underline" > 14+ 15+ </ a >
16+ .
1417 </ p >
1518 < FeedbackForm />
1619 </ div >
You can’t perform that action at this time.
0 commit comments