Skip to content

Commit

Permalink
Fix mailto link in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Oct 31, 2023
1 parent a005f15 commit c931c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Footer: VoidComponent = () => {
<h4>Rólunk</h4>
<span>5000 Szolnok, Tisza park 1.</span>
<span>Telefon: 56/514-953; 20/540-4896</span>
<A href="mailto: [email protected]">E-mail: [email protected]</A>
<a href="mailto: [email protected]">E-mail: [email protected]</a>
<span>OM azonosító: 035992</span>
<span>Honlap verzió: {VERSION}</span>
</div>
Expand Down

0 comments on commit c931c21

Please sign in to comment.