mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
13 lines
340 B
Diff
13 lines
340 B
Diff
|
|
||
|
--- /var/www/sharelatex/web/app/views/layout/footer.pug
|
||
|
+++ /var/www/sharelatex/web/app/app/views/layout/footer.pug
|
||
|
@@ -32,7 +32,7 @@ footer.site-footer
|
||
|
if item.url
|
||
|
a(href=item.url, class=item.class) !{translate(item.text)}
|
||
|
else
|
||
|
- | !{translate(item.text)}
|
||
|
+ | !{item.text}
|
||
|
|
||
|
ul.col-md-3.text-right
|
||
|
|