Skip to content

Commit

Permalink
Website: update start CTA (#26937)
Browse files Browse the repository at this point in the history
Changes:
- Updated the Start CTA partial to make sure that the `showStartCta`
variable exists.
  • Loading branch information
eashaw authored Mar 7, 2025
1 parent 3119168 commit a0f8d09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/views/partials/continue.partial.ejs
Original file line number Diff line number Diff line change
@@ -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' : ''%>">
Expand Down

0 comments on commit a0f8d09

Please sign in to comment.