From 26b4dc46ddba90a2f16b1cdc942c64dc1eb14759 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Fri, 14 Apr 2023 12:52:46 -0700 Subject: [PATCH 1/2] Lower footer heading levels (#36396) --- components/page-footer/Contribution.tsx | 2 +- components/page-footer/LegalFooter.tsx | 2 +- components/page-footer/Support.tsx | 2 +- components/page-footer/SupportSection.tsx | 2 +- components/page-footer/Survey.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/page-footer/Contribution.tsx b/components/page-footer/Contribution.tsx index 77e5292a15..9b515c3df4 100644 --- a/components/page-footer/Contribution.tsx +++ b/components/page-footer/Contribution.tsx @@ -13,7 +13,7 @@ export const Contribution = () => { return (
-

{t`title`}

+

{t`title`}

{t`body`}

diff --git a/components/page-footer/LegalFooter.tsx b/components/page-footer/LegalFooter.tsx index a40176b1fd..af682a32e0 100644 --- a/components/page-footer/LegalFooter.tsx +++ b/components/page-footer/LegalFooter.tsx @@ -9,7 +9,7 @@ export const LegalFooter = () => { const { t } = useTranslation('footer') return (
-

{t('legal_heading')}

+

{t('legal_heading')}