mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: Update mobile navigation menu (#16113)
Closes: #16110 Changes: - Updated the indentation of items in the website's mobile navigation menu - Fixed a duplicate "Resources" heading
This commit is contained in:
parent
cd63133770
commit
ce30cfb608
2 changed files with 10 additions and 10 deletions
10
website/views/layouts/layout-sandbox.ejs
vendored
10
website/views/layouts/layout-sandbox.ejs
vendored
|
|
@ -188,12 +188,12 @@
|
|||
<a href="/engineering">Engineering</a>
|
||||
<a href="/podcasts">Podcasts</a>
|
||||
<a href="/reports/state-of-device-management">Reports</a>
|
||||
<span>CONTRIBUTE</span>
|
||||
<a class="pl-3" href="/slack" target="_blank">Join the conversation</a>
|
||||
<a class="pl-3" href="/contribute">Contribute to Fleet</a>
|
||||
<span>RESOURCES</span>
|
||||
<a href="/slack" target="_blank">Join the conversation</a>
|
||||
<a href="/contribute">Contribute to Fleet</a>
|
||||
<span>RESOURCES</span>
|
||||
<a href="/handbook">Handbook</a>
|
||||
<a href="/logos">Logos & artwork</a>
|
||||
<a class="pl-3" href="/handbook">Handbook</a>
|
||||
<a class="pl-3" href="/logos">Logos & artwork</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
10
website/views/layouts/layout.ejs
vendored
10
website/views/layouts/layout.ejs
vendored
|
|
@ -189,12 +189,12 @@
|
|||
<a href="/engineering">Engineering</a>
|
||||
<a href="/podcasts">Podcasts</a>
|
||||
<a href="/reports/state-of-device-management">Reports</a>
|
||||
<span>CONTRIBUTE</span>
|
||||
<a class="pl-3" href="/slack" target="_blank">Join the conversation</a>
|
||||
<a class="pl-3" href="/contribute">Contribute to Fleet</a>
|
||||
<span>RESOURCES</span>
|
||||
<a href="/slack" target="_blank">Join the conversation</a>
|
||||
<a href="/contribute">Contribute to Fleet</a>
|
||||
<span>RESOURCES</span>
|
||||
<a href="/handbook">Handbook</a>
|
||||
<a href="/logos">Logos & artwork</a>
|
||||
<a class="pl-3" href="/handbook">Handbook</a>
|
||||
<a class="pl-3" href="/logos">Logos & artwork</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue