fix value, remove underline from modal link

This commit is contained in:
Katie Kroell 2026-02-02 14:02:20 -05:00
parent 6854a2b489
commit 0bc3f780fc

View file

@ -244,7 +244,7 @@ export default {
return this.getTextFromCmsWithCustomIfStatements( return this.getTextFromCmsWithCustomIfStatements(
this.widget.explanatoryText, this.widget.explanatoryText,
widgetFields.CONTENT_GROUP_WIDGET.BODY_TEXT_2 widgetFields.CONTENT_GROUP_WIDGET.BODY_TEXT_2
)?.replaceAll('{custom:currentReplaceDeductible}', formatAmountInDollars(this.mainStore.currentDeductible)); )?.replaceAll('{custom:currentReplaceDeductible}', formatAmountInDollars(this.mainStore.order.currentDeductible.replace));
}, },
nextStepsHeader() { nextStepsHeader() {
return this.getTextFromCmsWithCustomIfStatements( return this.getTextFromCmsWithCustomIfStatements(
@ -533,6 +533,9 @@ export default {
font-weight: 500; font-weight: 500;
} }
margin-top: 6px; margin-top: 6px;
a {
text-decoration: none;
}
} }
:deep(.question-text) { :deep(.question-text) {
margin-top: 1.5rem; margin-top: 1.5rem;