mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3268 from overleaf/msm-fix-left-footer-links
Skip left footer translation when no url is set GitOrigin-RevId: c282edfa5189094b9a1b727d3a36e189e4b494a0
This commit is contained in:
parent
69521047e2
commit
3ca5c4b26a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue