Skip to content

Commit

Permalink
Fix : email link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Silloky committed May 29, 2023
1 parent a363a4c commit 56cb85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<br>
<ul>
<li><a href="<?php echo $prefix . "faq" ?>">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<li><a href="<?php echo $prefix . "contact" ?>">Contact</a></li>
<li><a href="https://github.com/ronde-de-l-espoir">GitHub</a></li>
</ul>
</span>
Expand Down

0 comments on commit 56cb85f

Please sign in to comment.