mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update card link on "Deploy fleet in your environment" step of the start questionnaire (#28468)
Closes: #28365 Changes: - Updated the card that links to the support page in the "Deploy fleet in your environment" step of the /start questionnaire to link to the /try-fleet page
This commit is contained in:
parent
1b1972e6e1
commit
3bd499313c
2 changed files with 4 additions and 4 deletions
BIN
website/assets/images/icon-fleetctl-preview-64x62@2x.png
vendored
Normal file
BIN
website/assets/images/icon-fleetctl-preview-64x62@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
8
website/views/pages/start.ejs
vendored
8
website/views/pages/start.ejs
vendored
|
|
@ -549,10 +549,10 @@
|
|||
<h2>Deploy Fleet</h2>
|
||||
<p>Learn how to deploy Fleet</p>
|
||||
</a>
|
||||
<a purpose="card" href="/support">
|
||||
<img alt="Ask us anything" src="/images/icon-ask-anything-64x64@2x.png">
|
||||
<h2>Got questions?</h2>
|
||||
<p>Ask Fleet’s community of helpful, knowledgeable people.</p>
|
||||
<a purpose="card" href="/try-fleet">
|
||||
<img alt="Try Fleet locally with fleetctl preview" src="/images/icon-fleetctl-preview-64x62@2x.png">
|
||||
<h2>Local trial</h2>
|
||||
<p>Try Fleet Premium locally with Docker</p>
|
||||
</a>
|
||||
</div>
|
||||
<div purpose="logo-container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue