mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Add "For government" link to fat footer react
GitOrigin-RevId: bd370a0ad7a63072e19698105dfb4fb54cb242c8
This commit is contained in:
@@ -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') },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user