move alerts above continue button

This commit is contained in:
Bill Richardson 2026-02-16 09:57:10 -05:00
parent 8d04310899
commit 7f56849177

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"