mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:32:17 +00:00
Fix OL v1 URL
This commit is contained in:
parent
3ed805a65a
commit
7e829f6944
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ block content
|
|||
if userIsFromOLv1(user)
|
||||
span To tag or rename your v1 projects, please go back to Overleaf v1.
|
||||
a.project-list-sidebar-v1-link(
|
||||
href=settings.accountMerge.betaHost + "/dash?prefer-v1-dash=1"
|
||||
href=settings.overleaf.host + "/dash?prefer-v1-dash=1"
|
||||
) Go back to v1
|
||||
if userIsFromSL(user)
|
||||
a.project-list-sidebar-v1-link(
|
||||
|
|
Loading…
Reference in a new issue