Skip to content

index - increase heading sizes #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions frontend/app/routes/estimator/results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ export default function Results({ actionData, loaderData, matches, params }: Rou
loaderData.formattedResults.results.kind === 'married' &&
loaderData.formattedResults.results.estimationSplitBenefit === loaderData.formattedResults.results.estimation;

console.log(estimationEqualsSplitBenefits);

const cdbContactLink = (
<InlineLink
to={i18n.language === 'fr' ? (ESTIMATOR_CDB_CONTACT_URL_FR ?? '') : (ESTIMATOR_CDB_CONTACT_URL_EN ?? '')}
Expand Down
4 changes: 2 additions & 2 deletions frontend/app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
<p>
<Trans ns={handle.i18nNamespace} i18nKey="estimator:index.content.description" />
</p>
<h2 className="font-lato mb-4 text-lg font-bold">{t('estimator:index.content.eligibility.header')}</h2>
<h2 className="font-lato mb-4 text-2xl font-bold">{t('estimator:index.content.eligibility.header')}</h2>
<p>
<Trans
ns={handle.i18nNamespace}
Expand Down Expand Up @@ -116,7 +116,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
</section>

<section className="space-y-4">
<h2 className="font-lato text-lg font-bold">{t('estimator:index.content.results.header')}</h2>
<h2 className="font-lato text-2xl font-bold">{t('estimator:index.content.results.header')}</h2>
<p>
{t('estimator:index.content.results.description', {
paymentPeriodStart: formatBenefitPaymentsPeriodDate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Use this estimator to find out how much money you could get from the
Canada Disability Benefit. This is not an application for benefits.
</p>
<h2 class="font-lato mb-4 text-lg font-bold">Before you begin</h2>
<h2 class="font-lato mb-4 text-2xl font-bold">Before you begin</h2>
<p>
To receive the Canada Disability Benefit, you must meet specific
eligibility criteria.
Expand Down Expand Up @@ -53,7 +53,7 @@
</div>
</section>
<section class="space-y-4">
<h2 class="font-lato text-lg font-bold">About the results</h2>
<h2 class="font-lato text-2xl font-bold">About the results</h2>
<p>
This estimator provides estimated benefit amounts for payments made
between July 2025 and June 2026. Future benefit amounts may be higher. The
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
de la Prestations canadiennes des personnes handicapées. Il ne s'agit pas
d'une demande de prestations.
</p>
<h2 class="font-lato mb-4 text-lg font-bold">Avant de commencer</h2>
<h2 class="font-lato mb-4 text-2xl font-bold">Avant de commencer</h2>
<p>
Pour recevoir la Prestation canadienne pour les personnes handicapées,
vous devez répondre aux critères spécifiques d'admissibilité. Pour en
Expand Down Expand Up @@ -56,7 +56,7 @@
</div>
</section>
<section class="space-y-4">
<h2 class="font-lato text-lg font-bold">À propos des résultats</h2>
<h2 class="font-lato text-2xl font-bold">À propos des résultats</h2>
<p>
Cet estimateur fournit des montants estimés de prestation pour les
paiements effectués entre juillet 2025 et juin 2026. Les montants des
Expand Down