mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
update customer layout (#5329)
This commit is contained in:
parent
c7983e27ec
commit
08fbeb830a
1 changed files with 3 additions and 3 deletions
6
website/views/layouts/layout-customer.ejs
vendored
6
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -83,11 +83,11 @@
|
|||
|
||||
<div style="background-color: #FFFFFF;" class="header" purpose="page-header">
|
||||
<div style="max-width: 1248px; height: 94px;" class="container-fluid d-flex align-items-center justify-content-between pt-3 pb-3 px-3 px-md-4">
|
||||
<a class="" href="/" style="max-width: 118px;">
|
||||
<a href="/" style="max-width: 118px;">
|
||||
<img alt="Fleet logo" src="/images/logo-blue-162x92@2x.png" style="height: 92px; width: 162px;"/>
|
||||
</a>
|
||||
<div>
|
||||
<a href="/logout" class="header-link justify-content-end px-3 py-2 text-decoration-none <%= _.has(me, 'id') ? 'd-flex' : 'd-none' %>" style="text-decoration: none; line-height: 23px;">Log out</a>
|
||||
<div purpose="header-nav">
|
||||
<a href="/logout" class="justify-content-end px-3 py-2 text-decoration-none <%= _.has(me, 'id') ? 'd-flex' : 'd-none' %>" style="text-decoration: none; line-height: 23px;">Log out</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue