Skip to content

Commit

Permalink
Merge pull request #322 from ARYPROGRAMMER/mail
Browse files Browse the repository at this point in the history
fix: mail opener in footer
  • Loading branch information
OkenHaha authored Feb 14, 2025
2 parents 1273e9a + 5feeb59 commit e714cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Footer() {
<li>
<a
className="text-gray-700 transition hover:text-amber-400 dark:text-white dark:hover:text-white/75"
href="#"
href="mailto:[email protected]"
>
{" "}
[email protected]{" "}
Expand Down

0 comments on commit e714cf2

Please sign in to comment.