File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ The heading directly under the nav bar.
170170}
171171
172172.desc1 {
173- @apply mx-auto mt-5 hidden max-w-[ 75 % ] text-center font-satoshi text-lg text-gray-400 sm:text-xl md:block;
173+ @apply mx-auto mt-5 text-center font-satoshi text-lg text-gray-800 sm:text-xl md:block;
174174 font-size : 100% ;
175175 letter-spacing : 0.03em ;
176176}
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
12- max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block" >
13- Leave feedback for the Balancer Team.
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
11+ max-w-[100%] text-center font-satoshi text-log text-gray-800 sm:text-x; md:block" >
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 >
Original file line number Diff line number Diff line change 11import { Link } from "react-router-dom" ;
22import Layout from "../Layout/Layout" ;
3+ import Welcome from "../../components/Welcome/Welcome" ;
34import HelpCard from "./HelpCard" ;
45import { helpData } from "./helpData" ;
56
67function Help ( ) {
78 return (
89 < Layout >
910 < div className = "mt-20 flex w-full max-w-6xl flex-col items-center justify-center px-4" >
10- < div className = "flex justify-center text-center" >
11- < h1 className = "mt-20 font-satoshi text-3xl text-blue-600" >
12- Help & Support
13- </ h1 >
14- </ div >
15- < div className = "flex py-2 text-center" >
16- < h3 className = "font-satoshi text-gray-600" >
17- Get help and support for improving your Balancer experience.
18- </ h3 >
19- </ div >
11+ < Welcome
12+ subHeader = "Help & Support"
13+ descriptionText = "Get help and support for improving your Balancer experience."
14+ />
2015 < div className = "flex flex-col gap-4 sm:flex-row" >
2116 { helpData . map ( ( helpDataEntry , index ) => {
2217 const card = (
You can’t perform that action at this time.
0 commit comments