Skip to content

Commit

Permalink
Fix "Contact" link in Footer (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT authored Sep 23, 2024
1 parent 83b3921 commit 03a4aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Footer = () => {
<a href="https://www.worldcubeassociation.org/faq">FAQ</a>
</li>
<li>
<a href="https://www.worldcubeassociation.org/contact/website">
<a href="https://www.worldcubeassociation.org/contact">
Contact
</a>
</li>
Expand Down

0 comments on commit 03a4aee

Please sign in to comment.