Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azbl/875 Fix and hyperlink PA horticultural society on homepage. #905

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/app/(content-pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,22 @@ const LandingPage: FC = () => {
text: 'Community groups and organizations are taking action.',
}}
body={{
text: 'Community groups have been cleaning up lots in their own neighborhoods for decades. Large organizations like the Pennsylvania Horticulture Society have cleaned, greened and now maintain thousands of lots. Their efforts have been instrumental in proving this approach works.',
text: (
<>
Community groups have been cleaning up lots in their own
neighborhoods for decades. Large organizations like the{' '}
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://phsonline.org/"
className="default"
>
Pennsylvania Horticultural Society
</a>{' '}
have cleaned, greened and now maintain thousands of lots. Their
efforts have been instrumental in proving this approach works.
</>
),
}}
image={{
data: imageCleaning,
Expand Down
Loading