From 6cf4a83579c2e8b416db9e1c20432f2d3ec3f3c9 Mon Sep 17 00:00:00 2001 From: Alex Soloviev Date: Tue, 12 Nov 2024 06:15:06 -0700 Subject: [PATCH] add spacing for partner income help --- components/Forms/Button.tsx | 2 +- i18n/api/en.ts | 2 +- i18n/api/fr.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Forms/Button.tsx b/components/Forms/Button.tsx index 8fe7e2247..935bf04bf 100644 --- a/components/Forms/Button.tsx +++ b/components/Forms/Button.tsx @@ -42,7 +42,7 @@ export const Button: React.FC = ({ }) => { const btnStyle = BUTTON_STYLES[style] - const classes = `${btnStyle} ${custom} h-stepper-button flex flex-row focus:ring focus:ring-offset-4 ring-[#0E62C9] py-2 px-4 w-fit font-[500] text-[20px] leading-[24px] rounded-md` + const classes = `${btnStyle} ${custom} h-stepper-button flex flex-row items-center justify-center focus:ring focus:ring-offset-4 ring-[#0E62C9] py-2 px-4 w-fit font-[500] text-[20px] leading-[24px] rounded-md` return href ? ( diff --git a/i18n/api/en.ts b/i18n/api/en.ts index 6d6ee28ca..33f54467c 100644 --- a/i18n/api/en.ts +++ b/i18n/api/en.ts @@ -161,7 +161,7 @@ const en: Translations = { [FieldKey.INV_SEPARATED]: 'For example, because your partner lives in a care home or lives in a separate home to be close to work or medical help.', [FieldKey.PARTNER_INCOME]: - 'Add all types of income after deductions, including: Do not include payments from the: ', + '

Add all types of income after deductions, including:

Do not include payments from the:

', [FieldKey.PARTNER_INCOME_WORK]: 'Enter any salary from a job or self-employment that you included in your partner’s annual net income.', [FieldKey.OAS_DEFER]: diff --git a/i18n/api/fr.ts b/i18n/api/fr.ts index 569f73b03..8beba828a 100644 --- a/i18n/api/fr.ts +++ b/i18n/api/fr.ts @@ -169,7 +169,7 @@ const fr: Translations = { [FieldKey.INV_SEPARATED]: "Par exemple, parce que votre conjoint vit dans un foyer de soins ou dans un logement séparé pour être proche de son travail ou d'assistance médicale.", [FieldKey.PARTNER_INCOME]: - "Incluez tous les types de revenus après déductions, y compris : N'incluez pas les paiements : ", + "

Incluez tous les types de revenus après déductions, y compris :

N'incluez pas les paiements :

", [FieldKey.PARTNER_INCOME_WORK]: "Incluez tout salaire provenant d'un emploi ou de travail indépendant que vous avez inclus dans son revenu annuel net.", [FieldKey.OAS_DEFER]: