mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix typo in hyperlink
This commit is contained in:
parent
731f280e2e
commit
411cb4330c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ nav.navbar.navbar-default
|
|||
// projects link and account menu
|
||||
if getSessionUser()
|
||||
li
|
||||
a(href="/projects") #{translate('Projects')}
|
||||
a(href="/project") #{translate('Projects')}
|
||||
li.dropdown(dropdown)
|
||||
a.dropbodw-toggle(href, dropdown-toggle)
|
||||
| #{translate('Account')}
|
||||
|
|
Loading…
Reference in a new issue