CASH-1163 format code.

This commit is contained in:
Bryan Mauger 2025-07-25 14:24:58 -04:00
parent 55238e0c31
commit 2fcefc104e

View file

@ -6,7 +6,11 @@
async></component>
<div>
<span class="callout" v-for="token in headerCopyTokens" :key="token" v-html="token"></span>
<span
class="callout"
v-for="token in headerCopyTokens"
:key="token"
v-html="token"></span>
</div>
<div>
<span v-for="token in afterpayCopyTokens" :key="token">
@ -78,9 +82,7 @@ export default {
return splitCMSCopyOnBR(this.getCmsContent(this.cmsWidgetName, "HeaderText"));
},
afterpayCopyTokens() {
return splitCopyOnCMSPlaceHolder(
this.getCmsContent(this.cmsWidgetName, "BodyText")
);
return splitCopyOnCMSPlaceHolder(this.getCmsContent(this.cmsWidgetName, "BodyText"));
},
modalCopy() {
return this.getCmsContent(this.cmsWidgetName, "FooterText");
@ -127,7 +129,10 @@ export default {
}
.callout {
font-family: UrbanistSemibold Arial, Helvetica, sans-serif;
font-family:
UrbanistSemibold Arial,
Helvetica,
sans-serif;
}
> div:first-of-type {