Skip to content

Commit 182fef8

Browse files
committed
goals and mission updates
1 parent 4f65905 commit 182fef8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

components/GoalsAndMissionCardContent/GoalsAndMissionCardContent.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ const OurGoalsCardContent = () => {
2323
const { t } = useTranslation("goalsandmission")
2424
return (
2525
<>
26-
<h5 className="pb-4 tracking-tight lh-sm">{t("goals.overview")}</h5>
26+
<h5 className="text-center fw-bold fs-sm-2 tracking-tight pb-3 pb-sm-4">
27+
{t("goals.overview")}
28+
</h5>
2729
<Row className="mb-4">
2830
<Col md={6}>
2931
<figure className="text-center mb-3">
@@ -77,7 +79,7 @@ const OurMissionCardContent = () => {
7779

7880
return (
7981
<>
80-
<h5 className="text-center fw-bold fs-sm-2 tracking-tight pb-3 pb-sm-4 text-info">
82+
<h5 className="text-center fw-bold fs-sm-2 tracking-tight pb-3 pb-sm-4">
8183
{t("mission.overview")}
8284
</h5>
8385
<Row className="mb-4">

public/locales/en/goalsandmission.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"connect": "MAPLE seeks to better connect its constituents to one another, and to our legislators. We hope to create a space for you to meaningfully engage in state government, learn about proposed legislation that impacts our lives in the Commonwealth, and share your expertise and stories. MAPLE aims to meaningfully channel and focus your civic energy towards productive actions for our state and local communities.",
1515
"disclosure": "Today, there is no legal obligation for the MA legislature (formally known as “The General Court”) to disclose what written testimony they receive and, in practice, such disclosure very rarely happens. As a result, it can be difficult to understand what communications and perspectives are informing our legislators' decisions. Often, even members of the legislature cannot easily access the public testimony given on a bill.",
1616
"callout": "MAPLE seeks to fill this void.",
17-
"publish1": "When you submit testimony via the MAPLE platform, you can publish it in a freely accessible online database (this website) so that all other stakeholders can read your perspective. We also help you find the right recipients in the legislature for your testimony, and prepare the email for you to send.",
18-
"publish2": "We hope this will help foster a greater capacity and means for self-governance and lead to better policy outcomes, with greater alignment to the needs, values, and objectives of the population of Massachusetts. While you certainly do not have to submit testimony via this website, we hope you will. Every piece of testimony published , and allows more people to gain from your knowledge and experience.",
17+
"publish1": "When you submit testimony through the MAPLE platform, it will be published in our freely accessible online database (this website), allowing legislators and other stakeholders to read and benefit from your perspective. MAPLE also assists in identifying the appropriate legislative recipients for your testimony and prepares a ready-to-send email on your behalf.",
18+
"publish2": "By facilitating the submission and sharing of testimony, we aim to enhance self-governance and contribute to better policy outcomes that reflect the needs, values, and objectives of Massachusetts residents. While using MAPLE is not required to submit testimony, each contribution enriches our collective understanding and empowers more individuals to engage effectively in the legislative process.",
1919
"submit_now": "Submit your testimony now!"
2020
}
2121
}

0 commit comments

Comments
 (0)