Skip to content

Commit d9cf6b4

Browse files
committed
tweaks
1 parent 841c10c commit d9cf6b4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • src/frontend/src/components/FillForms

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)