fix: correct cv print email text

This commit is contained in:
Troy 2025-03-02 18:13:40 +00:00
parent 817c3be13c
commit 3e9e110cf5
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -156,7 +156,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
class="text-secondary/70 hidden flex-col gap-x-1 font-mono text-sm print:flex"
>
<a href={`mailto:${SITE.EMAIL}`}
><span class="underline">{`mailto:${SITE.EMAIL}`}</span></a
><span class="underline">{SITE.EMAIL}</span></a
>
</div>
</div><span