mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Website update footer nav (#7393)
* Website: update footer navigation - changed "Get started" to "Try it out" in the footer nav * Website: update layout - added utm link to "Try it out" footer link
This commit is contained in:
parent
f56177ba6f
commit
24a00c43bc
1 changed files with 1 additions and 1 deletions
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -259,7 +259,7 @@
|
|||
<div class="d-flex flex-grow-1 flex-column">
|
||||
<div purpose="footer-nav" class="justify-content-between justify-content-sm-end order-l pb-xl-2 px-lg-0">
|
||||
<div class="flex-column">
|
||||
<a href="/try-fleet/register" class="d-block pr-md-5 pr-sm-3 pb-2">Get started</a>
|
||||
<a href="/try-fleet/register?tryitnow" class="d-block pr-md-5 pr-sm-3 pb-2">Try it out</a>
|
||||
<a href="/docs" class="d-block pr-md-5 pr-sm-3 pb-2">Docs</a>
|
||||
<a href="/queries" class="d-block pr-md-5 pr-sm-3 pb-2">Query library</a>
|
||||
<a href="/transparency" class="d-block pr-md-5 pr-sm-3 pb-2 pb-xl-0">Transparency</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue