mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: In topbar nav only: "Share your story" => "Testimonials" (#29500)
This commit is contained in:
parent
2710a531fc
commit
7375056927
1 changed files with 2 additions and 2 deletions
4
website/views/layouts/layout.ejs
vendored
4
website/views/layouts/layout.ejs
vendored
|
|
@ -177,7 +177,7 @@
|
|||
<span class="mt-2 mb-2">COMPANY</span>
|
||||
<div purpose="indented-mobile-links">
|
||||
<a purpose="mobile-dropdown-link" href="/handbook">The handbook</a>
|
||||
<a purpose="mobile-dropdown-link" href="/testimonials">What people are saying</a>
|
||||
<a purpose="mobile-dropdown-link" href="/testimonials">Testimonials</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
<a class="dropdown-item" target="_blank" href="https://github.com/fleetdm/fleet/edit/main/handbook/company/testimonials.yml">Share your story</a>
|
||||
<span class="muted dropdown-header">COMPANY</span>
|
||||
<a class="dropdown-item" href="/handbook">The handbook</a>
|
||||
<a class="dropdown-item" href="/testimonials">What people are saying</a>
|
||||
<a class="dropdown-item" href="/testimonials">Testimonials</a>
|
||||
</div>
|
||||
</div>
|
||||
<a purpose="header-nav-btn" button-text="Pricing" href="/pricing" class=" align-items-center <%= typeof currentSection !== 'undefined' && currentSection === 'pricing' ? 'current-section' : '' %>" style="text-decoration: none; line-height: 23px;">Pricing</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue