CSR-1012 | moved 'where would you like service?" into page subheader
This commit is contained in:
parent
a8b20d48e6
commit
d5ab28c598
1 changed files with 0 additions and 9 deletions
|
|
@ -1,11 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="text-center">
|
<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">
|
<div class="update-zip-text-link">
|
||||||
<textLink
|
<textLink
|
||||||
id="serviceLocationLinkPromptId"
|
id="serviceLocationLinkPromptId"
|
||||||
|
|
@ -148,9 +142,6 @@ export default {
|
||||||
serviceZipLinkPromptText() {
|
serviceZipLinkPromptText() {
|
||||||
return this.getCmsContent(this.linkWidgetName, "BodyText");
|
return this.getCmsContent(this.linkWidgetName, "BodyText");
|
||||||
},
|
},
|
||||||
serviceZipLinkText() {
|
|
||||||
return this.getCmsContent(this.linkWidgetName, "HeaderText");
|
|
||||||
},
|
|
||||||
modalFooterText() {
|
modalFooterText() {
|
||||||
return this.getCmsContent(this.modalWidgetName, "FooterText");
|
return this.getCmsContent(this.modalWidgetName, "FooterText");
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue