Merge pull request #489 from Safelite/FixNoMatchAlertStylingOnLicensePlateLookup

Fixed styling on No Match alert on License Plate Lookup
This commit is contained in:
Leah Schumann 2022-05-19 16:20:05 -04:00 committed by GitHub
commit f0858b289c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,10 @@
/>
</div>
</div>
<alert class="my-3" cmsWidgetName="NoMatchAlertWidget" v-if="!isVinValid" />
<alert class="my-3"
cmsWidgetName="NoMatchAlertWidget"
v-if="!isVinValid"
alertClass="alert-warning" />
<alert class="my-3"
:manualHeadline="MatchedDifferentVehicleAlertHeader"
:manualCopy="MatchedDifferentVehicleAlertBody"