From 8a7db8ccd57e90eb70d971e87c574d91eb08c9bc Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 29 Aug 2024 09:13:56 -0700 Subject: [PATCH] Add "For government" link to fat footer react GitOrigin-RevId: bd370a0ad7a63072e19698105dfb4fb54cb242c8 --- services/web/frontend/extracted-translations.json | 1 + .../js/features/ui/components/bootstrap-5/footer/fat-footer.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index ba3b738b00..637505e4f6 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -480,6 +480,7 @@ "footer_contact_us": "", "footer_navigation": "", "for_enterprise": "", + "for_government": "", "for_individuals_and_groups": "", "for_more_information_see_managed_accounts_section": "", "for_students": "", diff --git a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/fat-footer.tsx b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/fat-footer.tsx index bd7e03e116..49913d40cf 100644 --- a/services/web/frontend/js/features/ui/components/bootstrap-5/footer/fat-footer.tsx +++ b/services/web/frontend/js/features/ui/components/bootstrap-5/footer/fat-footer.tsx @@ -62,6 +62,7 @@ function FatFooter(props: FatFooterMetadata) { href: '/user/subscription/plans?itm_referrer=footer-for-students#student-annual', label: t('for_students'), }, + { href: '/for/government', label: t('for_government') }, ], }, {