File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
4
4
const Hero = ( ) => {
5
5
return (
6
6
< div className = "flex flex-wrap w-full h-1/2vh lg:h-screen" >
7
- < div className = "flex flex-wrap w-full lg:w-1/2 h-full bg-green -900" >
7
+ < div className = "flex flex-wrap w-full lg:w-1/2 h-full bg-blue -900" >
8
8
< Link
9
9
to = "/signup"
10
10
className = "m-auto text-3xl border-solid border-2 border-white rounded-lg px-8 py-2 text-white"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const Hero = () => {
51
51
return (
52
52
< div className = "w-full h-screen flex flex-wrap" >
53
53
< ToastContainer />
54
- < div className = "hidden lg:block w-1/2 bg-green-600 h-full" />
54
+ < div className = "hidden lg:block w-1/2 bg-blue-900 h-full" />
55
55
< div className = "w-full lg:w-1/2 h-full ml-auto flex flex-wrap" >
56
56
< Formik
57
57
initialValues = { initialValues }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const Hero = () => {
63
63
} ;
64
64
65
65
return (
66
- < div className = "w-full lg:w-1/2 h-screen bg-green -900 flex flex-wrap" >
66
+ < div className = "w-full lg:w-1/2 h-screen bg-blue -900 flex flex-wrap" >
67
67
< ToastContainer />
68
68
< Formik
69
69
initialValues = { initialValues }
@@ -228,7 +228,7 @@ const Hero = () => {
228
228
? true
229
229
: false
230
230
}
231
- className = "bg-green-700 w-full text-xl rounded-lg py-3 text-white border-solid border-2 border-white focus:outline-none"
231
+ className = "bg-green-500 w-full text-xl rounded-lg py-3 text-white border-solid border-2 border-white focus:outline-none"
232
232
>
233
233
Sign Up !
234
234
</ button >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const Hero = () => {
50
50
} ;
51
51
52
52
return (
53
- < div className = "w-full lg:w-1/2 lg:absolute top-0 left-0 bg-green -900 h-full flex flex-wrap" >
53
+ < div className = "w-full lg:w-1/2 lg:absolute top-0 left-0 bg-blue -900 h-full flex flex-wrap" >
54
54
< div className = "flex flex-wrap w-full h-full m-auto" >
55
55
< ToastContainer />
56
56
< div className = "flex flex-wrap w-full text-white" >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const User = (props: UserProps) => {
20
20
< div className = "w-11/12 lg:w-1/2 flex flex-wrap rounded-tl-lg p-5 m-auto" >
21
21
< Link
22
22
to = { `/therapist/${ props . id } ` }
23
- className = "w-full h-full flex flex-wrap bg-green -800 shadow-note text-white cursor-pointer rounded-lg"
23
+ className = "w-full h-full flex flex-wrap bg-blue -800 shadow-note text-white cursor-pointer rounded-lg"
24
24
>
25
25
< figure className = "w-1/3 rounded-tl-lg" >
26
26
< img
You can’t perform that action at this time.
0 commit comments