Remove textblock. Add subtext copy to CMS.
This commit is contained in:
parent
3ab512ace7
commit
7cfdc81537
2 changed files with 4 additions and 13 deletions
|
|
@ -14,12 +14,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
||||||
<p class="text-center small fw-normal mb-0">
|
<p class="text-center small fw-normal mb-5">
|
||||||
<textBlock
|
<span>
|
||||||
cmsWidgetName="paymentServiceOptionsCopy"
|
{{ subText }}
|
||||||
justifyText="center"
|
</span>
|
||||||
typeStyle="small"
|
|
||||||
class="mt-2 mb-5" />
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -27,7 +25,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
|
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
|
||||||
import textBlock from "@/common-components/text-block/text-block";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "FunnelSubHeader",
|
name: "FunnelSubHeader",
|
||||||
|
|
@ -37,7 +34,6 @@ export default {
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
buttonBack,
|
buttonBack,
|
||||||
textBlock,
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
text() {
|
text() {
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,6 @@
|
||||||
:displayGenericVehicleImage="false" />
|
:displayGenericVehicleImage="false" />
|
||||||
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" />
|
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" />
|
||||||
<div class="fade-on-route-transition sub-container make-tall">
|
<div class="fade-on-route-transition sub-container make-tall">
|
||||||
<!-- <textBlock
|
|
||||||
cmsWidgetName="paymentServiceOptionsCopy"
|
|
||||||
justifyText="center"
|
|
||||||
typeStyle="small"
|
|
||||||
class="mt-2 mb-5" /> -->
|
|
||||||
<cashOrInsuranceQuestion
|
<cashOrInsuranceQuestion
|
||||||
ref="cashOrInsurance"
|
ref="cashOrInsurance"
|
||||||
cmsWidgetName="CashOrInsuranceQuestionWidget"
|
cmsWidgetName="CashOrInsuranceQuestionWidget"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue