Skip to content

Commit

Permalink
Merge pull request #14 from Sharktheone/mailto-link
Browse files Browse the repository at this point in the history
fix mailto link
  • Loading branch information
Sharktheone authored Sep 23, 2024
2 parents d7bf4bd + 2358e76 commit b277b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Footer from "../components/footer.astro"
or improvements.
</p>
<p class="mb-3 mt-3">
You can also drop us an email at <code>[email protected]</code>.
You can also drop us an email at <code><a href="mailto:[email protected]">[email protected]</a></code>.
</p>
</div>
</div>
Expand Down

0 comments on commit b277b13

Please sign in to comment.