mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove 'beta' from v2 welcome text
This commit is contained in:
parent
b6241fec9a
commit
c3e64b12cf
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ block content
|
||||||
ng-click="toggle()"
|
ng-click="toggle()"
|
||||||
)
|
)
|
||||||
i.fa.fa-fw(ng-class="{ 'fa-chevron-up': !visible, 'fa-close': visible }")
|
i.fa.fa-fw(ng-class="{ 'fa-chevron-up': !visible, 'fa-close': visible }")
|
||||||
| Welcome to the Overleaf v2 beta!
|
| Welcome to Overleaf v2!
|
||||||
div(ng-show="visible") #[a(href="https://www.overleaf.com/help/342-overleaf-v2-faq") Find out more].
|
div(ng-show="visible") #[a(href="https://www.overleaf.com/help/342-overleaf-v2-faq") Find out more].
|
||||||
if userIsFromOLv1(user)
|
if userIsFromOLv1(user)
|
||||||
div(ng-show="visible")
|
div(ng-show="visible")
|
||||||
|
|
Loading…
Reference in a new issue