Add "For government" link to fat footer react

GitOrigin-RevId: bd370a0ad7a63072e19698105dfb4fb54cb242c8
This commit is contained in:
M Fahru 2024-08-29 09:13:56 -07:00 committed by Copybot
parent 5afa892981
commit 8a7db8ccd5
2 changed files with 2 additions and 0 deletions

View file

@ -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": "",

View file

@ -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') },
],
},
{