mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 19:21:01 +00:00
Hide sign up button via visibility, to keep the layout fixed.
This commit is contained in:
parent
c44f33ce99
commit
09c188030c
1 changed files with 4 additions and 1 deletions
|
@ -72,7 +72,10 @@ block content
|
|||
li
|
||||
li
|
||||
br
|
||||
a.btn.btn-info(href="/register") #{translate("sign_up_now")}
|
||||
a.btn.btn-info(
|
||||
href="/register"
|
||||
style=(getLoggedInUserId() === undefined ? "" : "visibility: hidden")
|
||||
) #{translate("sign_up_now")}
|
||||
.col-md-4
|
||||
.card.card-highlighted
|
||||
.card-header
|
||||
|
|
Loading…
Reference in a new issue