Smal changes to email
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m43s

This commit is contained in:
2025-12-18 13:46:44 -07:00
parent 95bb381033
commit 279d70e71e
2 changed files with 5 additions and 9 deletions

View File

@@ -273,13 +273,13 @@ ${message()}`,
<div class="mt-10 text-center">
<p class="text-base-content/60 mb-4">Prefer to reach out directly?</p>
<a
href="mailto:hello@atash.dev"
href="mailto:contact@atash.dev"
class="link link-primary font-medium inline-flex items-center gap-2 hover:gap-3 transition-all"
>
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
</svg>
hello@atash.dev
contact@atash.dev
</a>
</div>
</div>