Skip to content

Commit

Permalink
fix: reword heading
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <4975670+0x4007@users.noreply.github.com>
  • Loading branch information
EresDev and 0x4007 authored Sep 11, 2024
1 parent d4083ca commit ed6accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/rewards/gift-cards/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function addPurchasedCardHtml(giftCard: GiftCard | null, transaction: OrderTrans
function addAvailableCardsHtml(giftCard: GiftCard | null, app: AppState, giftCardsSection: HTMLElement) {
const htmlParts: string[] = [];

htmlParts.push(`<h2 class="card-heading">Or mint a virtual visa/mastercard</h2>`);
htmlParts.push(`<h2 class="card-heading">Or mint a payment card</h2>`);
if (giftCard) {
htmlParts.push(getGiftCardHtml(giftCard, app.reward.amount));
giftCardsSection.innerHTML = htmlParts.join("");
Expand Down

0 comments on commit ed6accb

Please sign in to comment.