don't run prettier on email templates

This commit is contained in:
m5r 2021-10-31 16:57:17 +01:00
parent 064be8e2a6
commit 57a26fb8f2
3 changed files with 5 additions and 4 deletions

View File

@ -5,3 +5,4 @@
db/migrations
.next
.blitz
mailers/**/*.html

View File

@ -19,8 +19,8 @@ bodyClass: bg-gray-postmark-lighter
Hi {{ name }},
</h1>
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
You recently requested to reset your password for your {{ page
.company.product}} account. Use the button below to reset it.
You recently requested to reset your password for your
{{ page.company.product }} account. Use the button below to reset it.
<strong
>This password reset is only valid for the next 24
hours.</strong

View File

@ -35,7 +35,7 @@ bodyClass: bg-gray-postmark-lighter
</p>
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
Take care!
<br />{{ page.company.sender }} <br />
<br /><br />{{ page.company.sender }} <br />
Founder at {{ page.company.product }}
</p>
</div>
@ -44,7 +44,7 @@ bodyClass: bg-gray-postmark-lighter
</table>
</td>
</tr>
<component src="mailers/components/footer.html"></component>
<!--<component src="mailers/components/footer.html"></component>-->
</table>
</td>
</tr>