pr_22950.patch 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. --- services/web/app/views/layout/thin-footer-bootstrap-5.pug
  2. +++ services/web/app/views/layout/thin-footer-bootstrap-5.pug
  3. @@ -7,7 +7,7 @@ footer.site-footer
  4. if !settings.nav.hide_powered_by
  5. li
  6. //- year of Server Pro release, static
  7. - | © 2024
  8. + | © 2025
  9. |
  10. a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf
  11. --- services/web/app/views/layout/thin-footer.pug
  12. +++ services/web/app/views/layout/thin-footer.pug
  13. @@ -9,7 +9,7 @@ footer.site-footer
  14. else if !settings.nav.hide_powered_by
  15. li
  16. //- year of Server Pro release, static
  17. - | © 2024
  18. + | © 2025
  19. |
  20. a(href='https://www.overleaf.com/for/enterprises') Powered by Overleaf
  21. --- services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx
  22. +++ services/web/frontend/js/features/ui/components/bootstrap-5/footer/thin-footer.tsx
  23. @@ -60,7 +60,7 @@ function ThinFooter({
  24. {showPoweredBy ? (
  25. <>
  26. <li>
  27. - {/* year of Server Pro release, static */}© 2024{' '}
  28. + {/* year of Server Pro release, static */}© 2025{' '}
  29. <a href="https://www.overleaf.com/for/enterprises">
  30. Powered by Overleaf
  31. </a>