Website: Update continue.partial.ejs (#19436)

Changes:
- Updated the conditional that decides if the continue partial is
visible to prevent warnings logged when assets are not found.
This commit is contained in:
Eric 2024-05-31 19:55:39 -05:00 committed by GitHub
parent bf239ecc78
commit 84827678f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<%if(me && showStartCta){%>
<%if(typeof me !== 'undefined' && showStartCta){%>
<div purpose="continue-banner" class="d-flex justify-content-end">
<div purpose="banner-body" class="d-flex flex-row align-items-center invisible <%- collapseStartCta ? 'collapsed' : ''%>">