Website: update start CTA (#26937)

Changes:
- Updated the Start CTA partial to make sure that the `showStartCta`
variable exists.
This commit is contained in:
Eric 2025-03-06 18:45:19 -06:00 committed by GitHub
parent 31191689e8
commit a0f8d09d41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' : ''%>">