mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: update start CTA (#26937)
Changes: - Updated the Start CTA partial to make sure that the `showStartCta` variable exists.
This commit is contained in:
parent
31191689e8
commit
a0f8d09d41
1 changed files with 5 additions and 1 deletions
6
website/views/partials/continue.partial.ejs
vendored
6
website/views/partials/continue.partial.ejs
vendored
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
<%if(showStartCta){%>
|
||||
<%
|
||||
var showStartCta;
|
||||
if(showStartCta){
|
||||
|
||||
%>
|
||||
|
||||
<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' : ''%>">
|
||||
|
|
|
|||
Loading…
Reference in a new issue