mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15198 from overleaf/ae-compliance-footer
Add Compliance link to footer GitOrigin-RevId: 2b89c2e4ff5a114469316a071068eb20667a7873
This commit is contained in:
parent
ef3e8f666b
commit
6f2b24706a
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
.fat-footer-base-item
|
||||
.fat-footer-base-copyright © #{new Date().getFullYear()} Overleaf
|
||||
a(href="/legal") #{translate('privacy_and_terms')}
|
||||
a(href="https://www.digital-science.com/security-certifications/") #{translate('compliance')}
|
||||
ul.fat-footer-base-item.list-unstyled.fat-footer-base-language
|
||||
include language-picker
|
||||
.fat-footer-base-section.fat-footer-base-social
|
||||
|
|
|
@ -289,6 +289,7 @@
|
|||
"compiler": "Compiler",
|
||||
"compiling": "Compiling",
|
||||
"complete": "Complete",
|
||||
"compliance": "Compliance",
|
||||
"configure_sso": "Configure SSO",
|
||||
"confirm": "Confirm",
|
||||
"confirm_affiliation": "Confirm Affiliation",
|
||||
|
|
Loading…
Reference in a new issue