Skip to content

Commit

Permalink
Add opening strong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
derekrushforth committed Nov 23, 2020
1 parent c9e153b commit 478ca59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/compiled/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h3 class="align-right" style="margin-top: 0; color: #333333; font-size: 14px; f
<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;">
<tr>
<td style="word-break: break-word; font-family: &quot;Nunito Sans&quot;, Helvetica, Arial, sans-serif; font-size: 16px;">
<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>
<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>
<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>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/postmark-templates/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="f-fallback discount_heading">10% off your next purchase!</h1>
<table class="body-sub" role="presentation">
<tr>
<td>
<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>
<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>
<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>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/receipt/content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ preheader: "This is a receipt for your recent purchase on {{ purchase_date }}. N
<table class="body-sub" role="presentation">
<tr>
<td>
<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>
<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>
<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>
</td>
</tr>
Expand Down

0 comments on commit 478ca59

Please sign in to comment.