mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Updated CTAs (#19437)
Closes https://github.com/fleetdm/fleet/issues/17162 Updates the CTAs at the bottom of articles to match the rest of the site.
This commit is contained in:
parent
f63c004ad4
commit
02655549bf
1 changed files with 4 additions and 4 deletions
|
|
@ -23,11 +23,11 @@
|
|||
<div purpose="bottom-cta" class="d-block">
|
||||
<h3 style="font-size: 24px; line-height: 32px;">Get started</h3>
|
||||
<div class="d-flex flex-sm-row flex-column align-items-center">
|
||||
<a href="/contact" class="d-flex btn btn-primary justify-content-center align-items-center" purpose="next-steps-button">
|
||||
Talk to us
|
||||
<a href="/register" class="d-flex btn btn-primary justify-content-center align-items-center" purpose="next-steps-button">
|
||||
Start now
|
||||
</a>
|
||||
<a href="/register" purpose="animated-arrow-button-red">
|
||||
Try it out
|
||||
<a href="/contact" purpose="animated-arrow-button-red">
|
||||
Talk to us
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue