Skip to content

Commit

Permalink
add spacing for partner income help
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-solo committed Nov 12, 2024
1 parent e16c268 commit 6cf4a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Forms/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Button: React.FC<ButtonProps> = ({
}) => {
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 ? (
<Link href={href} locale={locale}>
Expand Down
2 changes: 1 addition & 1 deletion i18n/api/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: <ul><li>pensions (including <dfn><abbr title="Canada Pension Plan">CPP</abbr></dfn> and <dfn><abbr title="Québec Pension Plan">QPP</abbr></dfn>)</li><li>benefits</li><li>salaries</li><li>retirement fund withdrawals (including <dfn><abbr title="Registered Retirement Savings Plans">RRSPs</abbr></dfn>).</li></ul> Do not include payments from the: <ul><li>Old Age Security pension</li><li>Guaranteed Income Supplement</li><li>Allowance</li><li>Allowance for the Survivor</li></ul>',
'<p class="text-multi-neutrals-grey90a">Add all types of income after deductions, including:</p> <ul><li>pensions (including <dfn><abbr title="Canada Pension Plan">CPP</abbr></dfn> and <dfn><abbr title="Québec Pension Plan">QPP</abbr></dfn>)</li><li>benefits</li><li>salaries</li><li>retirement fund withdrawals (including <dfn><abbr title="Registered Retirement Savings Plans">RRSPs</abbr></dfn>).</li></ul> <p class="mt-4 text-multi-neutrals-grey90a">Do not include payments from the:</p> <ul><li>Old Age Security pension</li><li>Guaranteed Income Supplement</li><li>Allowance</li><li>Allowance for the Survivor</li></ul>',
[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]:
Expand Down
2 changes: 1 addition & 1 deletion i18n/api/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 : <ul><li>les pensions (y compris le <dfn><abbr title='Régime de pensions du Canada'>RPC</abbr></dfn> et le <dfn><abbr title='Régime de rentes du Québec'>RRQ</abbr></dfn>);</li><li>les prestations;</li><li>les salaires;</li><li>les retraits d'un fonds de retraite (y compris d’un <dfn><abbr title='Régime enregistré d’épargne-retraite'>REER</abbr></dfn>).</li></ul> N'incluez pas les paiements : <ul><li>de la pension de la Sécurité de la vieillesse;</li><li>du Supplément de revenu garanti;</li><li>de l’Allocation;</li><li>de l’Allocation au survivant.</li></ul>",
"<p class='text-multi-neutrals-grey90a'>Incluez tous les types de revenus après déductions, y compris :</p> <ul><li>les pensions (y compris le <dfn><abbr title='Régime de pensions du Canada'>RPC</abbr></dfn> et le <dfn><abbr title='Régime de rentes du Québec'>RRQ</abbr></dfn>);</li><li>les prestations;</li><li>les salaires;</li><li>les retraits d'un fonds de retraite (y compris d’un <dfn><abbr title='Régime enregistré d’épargne-retraite'>REER</abbr></dfn>).</li></ul> <p class='mt-4 text-multi-neutrals-grey90a'>N'incluez pas les paiements :</p> <ul><li>de la pension de la Sécurité de la vieillesse;</li><li>du Supplément de revenu garanti;</li><li>de l’Allocation;</li><li>de l’Allocation au survivant.</li></ul>",
[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]:
Expand Down

0 comments on commit 6cf4a83

Please sign in to comment.