Merge pull request #2756 from Safelite/feature/CASH-1360

Also make change for sub-header for payment-method
This commit is contained in:
chloeherdsafelite 2025-08-12 13:51:37 -04:00 committed by GitHub
commit 55b488f781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,9 +17,7 @@
v-if="subText"
class="d-flex align-items-center justify-content-center container-fluid overflow-hidden mt-1">
<p class="text-center small fw-normal sub-text">
<span>
{{ subText }}
</span>
<span v-html="subText"></span>
</p>
</div>
</div>