Skip to content

Commit 993eceb

Browse files
index - increase heading sizes (#252)
1 parent 7687d56 commit 993eceb

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

frontend/app/routes/estimator/results.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ export default function Results({ actionData, loaderData, matches, params }: Rou
131131
loaderData.formattedResults.results.kind === 'married' &&
132132
loaderData.formattedResults.results.estimationSplitBenefit === loaderData.formattedResults.results.estimation;
133133

134-
console.log(estimationEqualsSplitBenefits);
135-
136134
const cdbContactLink = (
137135
<InlineLink
138136
to={i18n.language === 'fr' ? (ESTIMATOR_CDB_CONTACT_URL_FR ?? '') : (ESTIMATOR_CDB_CONTACT_URL_EN ?? '')}

frontend/app/routes/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
7878
<p>
7979
<Trans ns={handle.i18nNamespace} i18nKey="estimator:index.content.description" />
8080
</p>
81-
<h2 className="font-lato mb-4 text-lg font-bold">{t('estimator:index.content.eligibility.header')}</h2>
81+
<h2 className="font-lato mb-4 text-2xl font-bold">{t('estimator:index.content.eligibility.header')}</h2>
8282
<p>
8383
<Trans
8484
ns={handle.i18nNamespace}
@@ -116,7 +116,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
116116
</section>
117117

118118
<section className="space-y-4">
119-
<h2 className="font-lato text-lg font-bold">{t('estimator:index.content.results.header')}</h2>
119+
<h2 className="font-lato text-2xl font-bold">{t('estimator:index.content.results.header')}</h2>
120120
<p>
121121
{t('estimator:index.content.results.description', {
122122
paymentPeriodStart: formatBenefitPaymentsPeriodDate(

frontend/e2e/__snapshots__/index.spec.ts/Navigating-to-en-renders-the-english-dashboard-page-1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Use this estimator to find out how much money you could get from the
1414
Canada Disability Benefit. This is not an application for benefits.
1515
</p>
16-
<h2 class="font-lato mb-4 text-lg font-bold">Before you begin</h2>
16+
<h2 class="font-lato mb-4 text-2xl font-bold">Before you begin</h2>
1717
<p>
1818
To receive the Canada Disability Benefit, you must meet specific
1919
eligibility criteria.
@@ -53,7 +53,7 @@
5353
</div>
5454
</section>
5555
<section class="space-y-4">
56-
<h2 class="font-lato text-lg font-bold">About the results</h2>
56+
<h2 class="font-lato text-2xl font-bold">About the results</h2>
5757
<p>
5858
This estimator provides estimated benefit amounts for payments made
5959
between July 2025 and June 2026. Future benefit amounts may be higher. The

frontend/e2e/__snapshots__/index.spec.ts/Navigating-to-fr-renders-the-french-dashboard-page-1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
de la Prestations canadiennes des personnes handicapées. Il ne s'agit pas
1515
d'une demande de prestations.
1616
</p>
17-
<h2 class="font-lato mb-4 text-lg font-bold">Avant de commencer</h2>
17+
<h2 class="font-lato mb-4 text-2xl font-bold">Avant de commencer</h2>
1818
<p>
1919
Pour recevoir la Prestation canadienne pour les personnes handicapées,
2020
vous devez répondre aux critères spécifiques d'admissibilité. Pour en
@@ -56,7 +56,7 @@
5656
</div>
5757
</section>
5858
<section class="space-y-4">
59-
<h2 class="font-lato text-lg font-bold">À propos des résultats</h2>
59+
<h2 class="font-lato text-2xl font-bold">À propos des résultats</h2>
6060
<p>
6161
Cet estimateur fournit des montants estimés de prestation pour les
6262
paiements effectués entre juillet 2025 et juin 2026. Les montants des

0 commit comments

Comments
 (0)