Skip to content

Commit

Permalink
added callout text for all merch card types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Sahu committed Jun 25, 2024
1 parent 9e94906 commit 9805107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web-components/src/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export class MerchCard extends LitElement {
<slot name="heading-xs"></slot>
<slot name="promo-text"></slot>
<slot name="body-xs"></slot>
<slot name="callout-text"></slot>
</div>
<hr />
${this.secureLabelFooter}`;
Expand All @@ -371,6 +372,7 @@ export class MerchCard extends LitElement {
<slot name="body-xxs"></slot>
<slot name="body-xs"></slot>
${this.stockCheckbox}
<slot name="callout-text"></slot>
</div>
<slot name="quantity-select"></slot>
${this.secureLabelFooter}`;
Expand Down Expand Up @@ -398,6 +400,7 @@ export class MerchCard extends LitElement {
<slot name="heading-xs"></slot>
<slot name="heading-m"></slot>
<slot name="promo-text"></slot>
<slot name="callout-text"></slot>
<slot name="body-xs"></slot>
</div>
${this.secureLabelFooter}`;
Expand Down Expand Up @@ -446,8 +449,8 @@ export class MerchCard extends LitElement {
<slot name="heading-xs"></slot>
<slot name="body-xxs"></slot>
<slot name="promo-text"></slot>
<slot name="callout-text"></slot>
<slot name="body-xs"></slot>
<slot name="callout-text"></slot>
</div>
${this.secureLabelFooter}`;
}
Expand Down

0 comments on commit 9805107

Please sign in to comment.