CSR-1012 | moved 'where would you like service?" into page subheader

This commit is contained in:
Matt Caimi 2023-02-09 10:38:21 -05:00
parent a8b20d48e6
commit d5ab28c598

View file

@ -1,11 +1,5 @@
<template>
<div class="text-center">
<label
:for="serviceLocationLinkPromptId"
:aria-label="serviceLocationLinkPromptText"
class="form-label fw-bold w-100 ps-4 pe-4 pt-4"
:class="[questionAlignment === 'center' ? 'text-center w-100 mb-5' : '']"
v-html="serviceZipLinkText"></label>
<div class="update-zip-text-link">
<textLink
id="serviceLocationLinkPromptId"
@ -148,9 +142,6 @@ export default {
serviceZipLinkPromptText() {
return this.getCmsContent(this.linkWidgetName, "BodyText");
},
serviceZipLinkText() {
return this.getCmsContent(this.linkWidgetName, "HeaderText");
},
modalFooterText() {
return this.getCmsContent(this.modalWidgetName, "FooterText");
},