From 7cb6ff81c8c5e3bb219d95a779338192c325ad4c Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Sat, 11 Jan 2025 15:34:44 +1100 Subject: [PATCH] fix: update contact email to be a clickable mailto link in invoice template --- invoice-template/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/invoice-template/index.html b/invoice-template/index.html index a1f8b7f..994b658 100644 --- a/invoice-template/index.html +++ b/invoice-template/index.html @@ -112,7 +112,7 @@
-

If you have any questions about this invoice, please contact us at astrian@fastmail.com.

+

If you have any questions about this invoice, please contact us at astrian@fastmail.com.

Thank you for your business.

@@ -129,5 +129,8 @@ table { border-collapse: collapse; } + a { + color: inherit; + }