fix: update contact email to be a clickable mailto link in invoice template

This commit is contained in:
Astrian Zheng 2025-01-11 15:34:44 +11:00
parent 4fdb26f1ed
commit 7cb6ff81c8
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -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>