fix: correct cv print email text
This commit is contained in:
parent
817c3be13c
commit
3e9e110cf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue