don't run prettier on email templates
This commit is contained in:
parent
064be8e2a6
commit
57a26fb8f2
@ -5,3 +5,4 @@
|
|||||||
db/migrations
|
db/migrations
|
||||||
.next
|
.next
|
||||||
.blitz
|
.blitz
|
||||||
|
mailers/**/*.html
|
||||||
|
@ -19,8 +19,8 @@ bodyClass: bg-gray-postmark-lighter
|
|||||||
Hi {{ name }},
|
Hi {{ name }},
|
||||||
</h1>
|
</h1>
|
||||||
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
|
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
|
||||||
You recently requested to reset your password for your {{ page
|
You recently requested to reset your password for your
|
||||||
.company.product}} account. Use the button below to reset it.
|
{{ page.company.product }} account. Use the button below to reset it.
|
||||||
<strong
|
<strong
|
||||||
>This password reset is only valid for the next 24
|
>This password reset is only valid for the next 24
|
||||||
hours.</strong
|
hours.</strong
|
||||||
|
@ -35,7 +35,7 @@ bodyClass: bg-gray-postmark-lighter
|
|||||||
</p>
|
</p>
|
||||||
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
|
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
|
||||||
Take care!
|
Take care!
|
||||||
<br />{{ page.company.sender }} <br />
|
<br /><br />{{ page.company.sender }} <br />
|
||||||
Founder at {{ page.company.product }}
|
Founder at {{ page.company.product }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -44,7 +44,7 @@ bodyClass: bg-gray-postmark-lighter
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<component src="mailers/components/footer.html"></component>
|
<!--<component src="mailers/components/footer.html"></component>-->
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user