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