Skip to content

Commit b3b6733

Browse files
committed
feat: Address a few more links
1 parent 5f23d09 commit b3b6733

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/components/RequestRemovalPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ export default function GetAccessPage() {
1010
If you represent a community organization or other stakeholder with a
1111
legitimate interest in a property listed on our dashboard, you may
1212
request its removal by{" "}
13-
<a href="mailto:[email protected]" className="text-primary">
13+
<a href="mailto:[email protected]" className="link">
1414
contacting us
1515
</a>
1616
. This option is intended to support community-driven initiatives,
1717
such as protecting local community gardens.
1818
<br></br>
1919
<br></br>
2020
In order to do this, please email us at{" "}
21-
<a href="mailto:[email protected]" className="text-primary">
21+
<a href="mailto:[email protected]" className="link">
2222
2323
</a>
2424
. Submit a detailed request for removal, including the specific

src/app/components/SinglePropertyDetail.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const SinglePropertyDetail = ({
251251
href="/get-access"
252252
target="_blank"
253253
rel="noopener noreferrer"
254-
className="text-primary"
254+
className="link"
255255
>
256256
our <HandWaving className="inline h-6 w-6" aria-hidden="true" /> Get
257257
Access page.
@@ -265,7 +265,7 @@ const SinglePropertyDetail = ({
265265
href="/transform-property"
266266
target="_blank"
267267
rel="noopener noreferrer"
268-
className="text-primary"
268+
className="link"
269269
>
270270
{" "}
271271
our <Tree className="inline h-6 w-6" aria-hidden="true" /> Transform a
@@ -292,7 +292,7 @@ const SinglePropertyDetail = ({
292292
<p>
293293
If you would like to request that we remove this property from the
294294
dashboard, please see our{" "}
295-
<a href="/request-removal" className="text-primary">
295+
<a href="/request-removal" className="link">
296296
Request Removal page
297297
</a>
298298
.

0 commit comments

Comments
 (0)