File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,16 @@ const Landing: React.FC = () => {
21
21
</ p >
22
22
</ div >
23
23
< div className = "flex justify-left lg:justify-center " >
24
- < button className = "px-6 py-2 font-semibold text-white transition duration-500 ease-in-out transform rounded-lg bg-black hover:bg-gray-800 hover:to-black focus:shadow-outline focus:outline-none focus:ring-2 ring-offset-current ring-offset-2" >
25
- < Link to = "/login" > Login</ Link >
26
- </ button >
27
- < button className = "px-6 py-2 ml-4 font-semibold text-black transition duration-500 ease-in-out transform border rounded-lg shadow-xl hover:bg-wickedgray-300 hover:text-white focus:shadow-outline focus:outline-none focus:ring-2 ring-offset-current ring-offset-2" >
28
- < Link to = "/login" > Sign up</ Link >
29
- </ button >
24
+ < Link to = "/login" >
25
+ < button className = "px-6 py-2 font-semibold text-white transition duration-500 ease-in-out transform rounded-lg bg-black hover:bg-gray-800 hover:to-black focus:shadow-outline focus:outline-none focus:ring-2 ring-offset-current ring-offset-2" >
26
+ Login
27
+ </ button >
28
+ </ Link >
29
+ < Link to = "/login" >
30
+ < button className = "px-6 py-2 ml-4 font-semibold text-black transition duration-500 ease-in-out transform border rounded-lg shadow-xl hover:bg-wickedgray-300 hover:text-white focus:shadow-outline focus:outline-none focus:ring-2 ring-offset-current ring-offset-2" >
31
+ Sign up
32
+ </ button >
33
+ </ Link >
30
34
</ div >
31
35
</ div >
32
36
</ section >
You can’t perform that action at this time.
0 commit comments