mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 11:11:22 +00:00
Fix data on SAAS project page (#7694)
GitOrigin-RevId: ca7899b238ca2c858aa188e493b285bcf06e8298
This commit is contained in:
parent
f561650b62
commit
e644c2a531
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ footer.site-footer
|
|||
.site-footer-content.hidden-print
|
||||
.row
|
||||
ul.col-md-9
|
||||
if !settings.nav.hide_powered_by
|
||||
if hasFeature('saas')
|
||||
li © #{new Date().getFullYear()} Overleaf
|
||||
else if !settings.nav.hide_powered_by
|
||||
li
|
||||
//- year of Server Pro release, static
|
||||
| © 2021
|
||||
|
|
Loading…
Reference in a new issue