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