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