mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 18:33:44 +00:00
Merge pull request #3184 from overleaf/jel-launchpad
Update launchpad buttons GitOrigin-RevId: 41690d019dcfe1182124ba8f275ebb7a42bb144d
This commit is contained in:
parent
f5471481d9
commit
44b10c781f
1 changed files with 4 additions and 4 deletions
|
@ -253,15 +253,15 @@ block content
|
||||||
hr
|
hr
|
||||||
|
|
||||||
|
|
||||||
<!-- Go to ShareLaTex -->
|
<!-- Go to app -->
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.text-center
|
.text-center
|
||||||
br
|
br
|
||||||
p
|
p
|
||||||
a(href="/admin").btn.btn-md
|
a(href="/admin").btn.btn-info
|
||||||
| Go To Admin Panel
|
| Go To Admin Panel
|
||||||
|
|
|
|
||||||
a(href="/project").btn.btn-md.btn-primary
|
a(href="/project").btn.btn-primary
|
||||||
| Start Using ShareLaTeX
|
| Start Using #{settings.appName}
|
||||||
br
|
br
|
||||||
|
|
Loading…
Reference in a new issue