fix: update contact email to be a clickable mailto link in invoice template
This commit is contained in:
parent
4fdb26f1ed
commit
7cb6ff81c8
|
@ -112,7 +112,7 @@
|
|||
</div>
|
||||
|
||||
<div style="margin-top: 2rem; font-size: 14px; color: #666;">
|
||||
<p>If you have any questions about this invoice, please contact us at <u>astrian@fastmail.com</u>.</p>
|
||||
<p>If you have any questions about this invoice, please contact us at <a href="mailto:astrian@fastmail.com">astrian@fastmail.com</a>.</p>
|
||||
<p>Thank you for your business.</p>
|
||||
</div>
|
||||
|
||||
|
@ -129,5 +129,8 @@
|
|||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user