copilot fix

This commit is contained in:
Katie Kroell 2026-02-06 10:50:14 -05:00
parent c376411287
commit f207da6390

View file

@ -91,7 +91,7 @@
typeStyle="caption" /> typeStyle="caption" />
<siteFooter <siteFooter
ref="siteFooter" ref="siteFooter"
:class="getVariant + ' mb-5'" :class="backButtonClass + ' mb-5'"
cmsWidgetName="SiteFooterWidget" cmsWidgetName="SiteFooterWidget"
:isForwardButtonHidden="true" :isForwardButtonHidden="true"
@backClicked="navigateBackByVehicleQuestions" /> @backClicked="navigateBackByVehicleQuestions" />
@ -327,7 +327,7 @@ export default {
buttonText() { buttonText() {
return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) ? 'Continue scheduling' : 'Continue'; return (this.isITACQuoteVisible || this.isNoCompQuoteVisible) ? 'Continue scheduling' : 'Continue';
}, },
getVariant() { backButtonClass() {
if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) { if (this.isITACQuoteVisible || this.isNoCompQuoteVisible) {
return 'centered-back-button'; return 'centered-back-button';
} }