@@ -54,23 +54,23 @@ const SinglePropertyDetail = ({
54
54
< div className = "py-4 px-2" >
55
55
< div className = "flex justify-between content-center" >
56
56
< h2 className = "font-bold text-2xl" > { address } </ h2 >
57
- </ div >
58
- < div style = { { textAlign : "left" , marginTop : "1em" } } >
59
- < Button
60
- as = "a"
61
- href = { atlasUrl }
62
- target = "_blank"
63
- rel = "noopener noreferrer"
64
- color = "primary"
65
- >
66
- View this property on Atlas
67
- </ Button >
57
+ < div >
58
+ < a
59
+ href = { atlasUrl }
60
+ target = "_blank"
61
+ rel = "noopener noreferrer"
62
+ color = "primary"
63
+ >
64
+ Atlas Link
65
+ </ a >
66
+ </ div >
68
67
</ div >
69
68
</ div >
70
- < table className = "w-full" >
69
+
70
+ < table className = "w-full mb-3" >
71
71
< tbody >
72
72
< tr >
73
- < th scope = "row" className = "table-cell" >
73
+ < th scope = "row" className = "table-cell w-3/12 " >
74
74
Suggested Priority
75
75
</ th >
76
76
< td className = "table-cell" > { priority_level } </ td >
@@ -87,8 +87,13 @@ const SinglePropertyDetail = ({
87
87
</ th >
88
88
< td className = "table-cell" > { Math . round ( tree_canopy_gap * 100 ) } %</ td >
89
89
</ tr >
90
+ </ tbody >
91
+ </ table >
92
+
93
+ < table className = "w-full mb-4" >
94
+ < tbody >
90
95
< tr >
91
- < th scope = "row" className = "table-cell" >
96
+ < th scope = "row" className = "table-cell w-3/12 " >
92
97
Access Process
93
98
</ th >
94
99
< td className = "table-cell" > { access_process } </ td >
@@ -110,7 +115,7 @@ const SinglePropertyDetail = ({
110
115
</ tr >
111
116
< tr >
112
117
< th scope = "row" className = "table-cell" >
113
- Neighborhood
118
+ RCO
114
119
</ th >
115
120
< td className = "table-cell" > { neighborhood } </ td >
116
121
</ tr >
@@ -128,7 +133,7 @@ const SinglePropertyDetail = ({
128
133
</ tr >
129
134
< tr >
130
135
< th scope = "row" className = "table-cell" >
131
- Tax delinquency
136
+ Tax Delinquency
132
137
</ th >
133
138
< td className = "table-cell" > { total_due ? "Yes" : "No" } </ td >
134
139
</ tr >
@@ -140,7 +145,19 @@ const SinglePropertyDetail = ({
140
145
</ tr >
141
146
</ tbody >
142
147
</ table >
143
- < p className = "font-bold mt-4 py-2" > Remove This Property</ p >
148
+
149
+ < h3 className = "font-bold mb-2 py-2" > Ways to transform the lot</ h3 >
150
+ < p className = "mb-4" >
151
+ How do you envision transforming the lot? The type of change you want to make will guide the access you need. Here are a couple of possible options for this lot. Learn more.
152
+ < a href = "/transform-property" > Transform a Property</ a >
153
+ </ p >
154
+
155
+ < h3 className = "font-bold mb-2 py-2" > Getting Access</ h3 >
156
+ < p className = "mb-4" >
157
+ Based on the information about this property we'd recommend these actions. Learn more at < a href = "/get-access" > Gain Access</ a >
158
+ </ p >
159
+
160
+ < h3 className = "font-bold mb-2 py-2" > Remove This Property</ h3 >
144
161
< p >
145
162
If you would like to request that we remove this property from the
146
163
dashboard, please see our{ " " }
0 commit comments