mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update community edition link on pricing page (#16107)
Closes: https://github.com/fleetdm/confidential/issues/5014 Changes: - Updated the link on the pricing page for the community edition of Fleet to open in a new tab.
This commit is contained in:
parent
ce30cfb608
commit
38ad078258
1 changed files with 1 additions and 1 deletions
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto" href="https://github.com/fleetdm/fleet">View source code</a>
|
||||
<a purpose="card-button" class="btn btn-block btn-lg btn-primary mx-auto" target="_blank" href="https://github.com/fleetdm/fleet">View source code</a>
|
||||
</div>
|
||||
<%// Fleet Premium tier card %>
|
||||
<div purpose="premium-card" class="d-flex flex-column justify-content-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue