Added non-cms version of the alert

This commit is contained in:
Chloe Herd 2023-03-29 15:43:56 -04:00
parent 23d433931d
commit e244e26419

View file

@ -18,6 +18,12 @@
cmsWidgetName="AlertMilitaryBaseZipWidget"
v-if="showMilitaryZipAlert"
alertClass="alert-warning" />
<alert
class="my-4"
manualHeadline="Mobile service required"
manualCopy="We're not able to offer in-shop service in your area, but we can bring our MobileGlassShop directly to you!"
v-if="isServiceableMobileOnly"
alertClass="alert-warning" />
<serviceTypeQuestion
v-model="selectedServiceType"
:isServiceableMobile="isServiceableMobile"