Merge pull request #1083 from Safelite/feature/richardson/INSR-8433.2

move alerts above continue button
This commit is contained in:
brich1212safe 2026-02-16 10:05:29 -05:00 committed by GitHub
commit eb7940e80b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,6 @@
<siteSubHeader <siteSubHeader
cmsWidgetName="SiteSubHeaderWidget" cmsWidgetName="SiteSubHeaderWidget"
class="mt-4" /> class="mt-4" />
<vinLookupAlerts
:activeAlertType="activeVehicleLookupAlertType" />
<vinQuestion <vinQuestion
v-model="vin" v-model="vin"
class="mt-4" class="mt-4"
@ -23,6 +21,8 @@
:isDisabled="vinPopulatedOnPageLoad" :isDisabled="vinPopulatedOnPageLoad"
textPosition="left" /> textPosition="left" />
<vinLocationInformation /> <vinLocationInformation />
<vinLookupAlerts
:activeAlertType="activeVehicleLookupAlertType" />
<siteFooter <siteFooter
ref="siteFooter" ref="siteFooter"
cmsWidgetName="SiteFooterWidget" cmsWidgetName="SiteFooterWidget"