Use valid e-mail in footer

This commit is contained in:
Simon Bruder 2023-11-18 12:20:10 +01:00
parent 0fb4d910fb
commit 0c4286e198
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -21,7 +21,7 @@
<footer class="border-top my-4 py-4">
<p class="text-center">Cateringservice Mampf</p>
<p class="text-center">
<a href="mailto:catering@mampf.com">catering@mampf.com</a>
<a href="mailto:catering@salespointframework.org">catering@salespointframework.org</a>
</p>
</footer>
</div>