Skip to content

Commit

Permalink
Update contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinpopa committed Sep 22, 2024
1 parent efda59e commit f2716fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import SocialIcons from "../components/SocialIcons.astro";
<div class="space-y-6">
<SectionTitle title="You can reach me at" />
<ul>
<li>
<li class="text-white">
<strong>Email:</strong>
<a
href="mailto:[email protected]"
class="text-primary hover:text-accent">[email protected]</a
class="text-gray-400 hover:text-white">[email protected]</a
>
</li>
</ul>
Expand Down

0 comments on commit f2716fb

Please sign in to comment.