Skip to content

Commit 8f67f3a

Browse files
authored
Merge pull request #1795 from wittejm/jw/comm-tweaks
Jw/comm tweaks
2 parents a9a970e + d9cf6b4 commit 8f67f3a

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

src/frontend/src/components/Appendix/Appendix.test.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/frontend/src/components/FillForms/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function PerCountyFilingNotes() {
7575

7676
return (
7777
<section className="mw6 lh-copy mb4">
78-
<h2 className="f4 fw7 mb3">Per-county filing notes</h2>
78+
<h2 className="f4 fw7 mb3">Notes</h2>
7979
<ul className="pl3">
8080
{countiesWithCustomInfo.map((county) => (
8181
<CountyFilingNotes key={county} county={county} />
@@ -85,6 +85,12 @@ function PerCountyFilingNotes() {
8585
<strong>All other counties</strong> estimated response time: 4 months
8686
</li>
8787
)}
88+
<li className="mb2">
89+
See more at{" "}
90+
<Link to="/community" className="link hover-dark-blue bb">
91+
Community Page
92+
</Link>
93+
</li>
8894
</ul>
8995
</section>
9096
);

0 commit comments

Comments
 (0)