File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,19 @@ const LandingPage = () => (
37
37
</ p >
38
38
</ div >
39
39
< div className = "inline-flex space-x-2" >
40
- < Link href = "/map" >
41
- < Button size = "lg" className = "bg-green-600 text-white" >
42
- < ArrowRightIcon className = "w-5 h-5 mr-2" />
43
- Find properties
44
- </ Button >
45
- </ Link >
46
- < Link href = "/about" >
47
- < Button
48
- size = "lg"
49
- className = "bg-transparent border border-green-600 text-green-600"
50
- >
51
- < ArrowRightIcon className = "w-5 h-5 mr-2" />
52
- Learn more
53
- </ Button >
54
- </ Link >
40
+ < Button href = "/map" as = { Link } size = "lg" className = "bg-green-600 text-white" >
41
+ < ArrowRightIcon className = "w-5 h-5 mr-2" />
42
+ Find properties
43
+ </ Button >
44
+ < Button
45
+ href = "about"
46
+ as = { Link }
47
+ size = "lg"
48
+ className = "bg-transparent border border-green-600 text-green-600"
49
+ >
50
+ < ArrowRightIcon className = "w-5 h-5 mr-2" />
51
+ Learn more
52
+ </ Button >
55
53
</ div >
56
54
</ div >
57
55
</ div >
You can’t perform that action at this time.
0 commit comments