mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Add ID to site-wide CTA. (#20434)
Changes: - Added an ID to the site-wide /start CTA to make the buttons inside easier to create filters for in Hotjar.
This commit is contained in:
parent
07415a66ea
commit
5515bb05f5
1 changed files with 1 additions and 1 deletions
2
website/views/partials/continue.partial.ejs
vendored
2
website/views/partials/continue.partial.ejs
vendored
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
<%if(typeof me !== 'undefined' && showStartCta){%>
|
||||
|
||||
<div purpose="continue-banner" class="d-flex justify-content-end">
|
||||
<div purpose="continue-banner" id="start-cta" class="d-flex justify-content-end">
|
||||
<div purpose="banner-body" class="d-flex flex-row align-items-center invisible <%- collapseStartCta ? 'collapsed' : ''%>">
|
||||
<div purpose="banner-image-background">
|
||||
<div purpose="banner-image">
|
||||
|
|
|
|||
Loading…
Reference in a new issue