Skip to content

Commit

Permalink
add mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed May 20, 2024
1 parent e216118 commit 81e11c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/resume.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ const logos = {
class="w-3 h-3 invert rounded"
/>
</dt>
<dd>{resume.basics.email}</dd>
<dd>
<a href={`mailto:${resume.basics.email}`}>{resume.basics.email}</a
>
</dd>
</dl>
</section>
<section>
Expand Down

0 comments on commit 81e11c7

Please sign in to comment.