We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a970e + d9cf6b4 commit 8f67f3aCopy full SHA for 8f67f3a
2 files changed
src/frontend/src/components/Appendix/Appendix.test.tsx
src/frontend/src/components/FillForms/index.tsx
@@ -75,7 +75,7 @@ function PerCountyFilingNotes() {
75
76
return (
77
<section className="mw6 lh-copy mb4">
78
- <h2 className="f4 fw7 mb3">Per-county filing notes</h2>
+ <h2 className="f4 fw7 mb3">Notes</h2>
79
<ul className="pl3">
80
{countiesWithCustomInfo.map((county) => (
81
<CountyFilingNotes key={county} county={county} />
@@ -85,6 +85,12 @@ function PerCountyFilingNotes() {
85
<strong>All other counties</strong> estimated response time: 4 months
86
</li>
87
)}
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>
94
</ul>
95
</section>
96
);
0 commit comments