mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Add "For government" link to fat footer react
GitOrigin-RevId: bd370a0ad7a63072e19698105dfb4fb54cb242c8
This commit is contained in:
parent
5afa892981
commit
8a7db8ccd5
2 changed files with 2 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue