mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Website: remove duplicate contact CTA from handbook sidebar (#28426)
Closes: #28375 Changes: - Removed the duplicate contact form CTA in the handbook sidebar.
This commit is contained in:
parent
3562daa28a
commit
1ccf52fb7d
1 changed files with 1 additions and 13 deletions
14
website/views/pages/handbook/basic-handbook.ejs
vendored
14
website/views/pages/handbook/basic-handbook.ejs
vendored
|
|
@ -17,22 +17,10 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="d-block d-md-none">
|
||||
<a href="/contact" purpose="sidebar-cta" class="d-flex flex-row justify-content-start">
|
||||
<div class="d-flex align-self-start">
|
||||
<img alt="Ask us anything" src="/images/icon-question-20x19@2x.png">
|
||||
</div>
|
||||
<div>
|
||||
<p class="mb-0">Questions?</p>
|
||||
<animated-arrow-button text-color="#515774" class="py-0" style="font-weight: 400" href="/contact">Ask us anything</animated-arrow-button>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="border-bottom py-3 d-flex d-md-none"></div>
|
||||
</div>
|
||||
<div purpose="sidebar-cta" class="d-none d-md-block">
|
||||
<div purpose="sidebar-cta" class="d-none d-lg-block">
|
||||
<a href="/contact" class="d-flex flex-row justify-content-start">
|
||||
<div class="d-flex align-self-start">
|
||||
<img alt="Ask us anything" src="/images/icon-question-20x19@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue