Skip to content

Commit 478ca59

Browse files
Add opening strong tag
1 parent c9e153b commit 478ca59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/compiled/receipt/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ <h3 class="align-right" style="margin-top: 0; color: #333333; font-size: 14px; f
555555
<table class="body-sub" role="presentation" style="margin-top: 25px; padding-top: 25px; border-top-width: 1px; border-top-color: #EAEAEC; border-top-style: solid;">
556556
<tr>
557557
<td style="word-break: break-word; font-family: &quot;Nunito Sans&quot;, Helvetica, Arial, sans-serif; font-size: 16px;">
558-
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;">Need a printable copy for your records? You can <a href="{{action_url}}" style="color: #3869D4;">download a PDF version</a>.</p>
558+
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}" style="color: #3869D4;">download a PDF version</a>.</p>
559559
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}" style="color: #3869D4;">update your billing information</a>.</p>
560560
</td>
561561
</tr>

dist/postmark-templates/receipt/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="f-fallback discount_heading">10% off your next purchase!</h1>
7777
<table class="body-sub" role="presentation">
7878
<tr>
7979
<td>
80-
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
80+
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
8181
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
8282
</td>
8383
</tr>

src/templates/receipt/content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ preheader: "This is a receipt for your recent purchase on {{ purchase_date }}. N
5555
<table class="body-sub" role="presentation">
5656
<tr>
5757
<td>
58-
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="\{{action_url}}">download a PDF version</a>.</p>
58+
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="\{{action_url}}">download a PDF version</a>.</p>
5959
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="\{{billing_url}}">update your billing information</a>.</p>
6060
</td>
6161
</tr>

0 commit comments

Comments
 (0)