mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
[A/B] Website: remove integrations section on homepage (#22746)
Related to: #22738 Changes: - Commented out the integrations section on the homepage
This commit is contained in:
parent
e4bf007d9f
commit
2b651a9e01
1 changed files with 2 additions and 2 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -286,7 +286,7 @@
|
|||
</div>
|
||||
|
||||
<%/* Integration cards */%>
|
||||
<div purpose="integrations-section">
|
||||
<!-- <div purpose="integrations-section">
|
||||
<h2 class="text-center">Connect your favorite tools</h2>
|
||||
<div purpose="integration-cards" class="d-flex flex-sm-row flex-column justify-content-center">
|
||||
<div purpose="integration-card-column" class="d-flex flex-lg-row flex-column">
|
||||
|
|
@ -336,7 +336,7 @@
|
|||
<div class="d-flex flex-column align-items-center">
|
||||
<animated-arrow-button href="/integrations">View all integrations</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div purpose="homepage-text-block" class="text-center mx-auto">
|
||||
|
|
|
|||
Loading…
Reference in a new issue