Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Jan 27, 2025
1 parent 46a5fda commit 4eb1f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Footer = () => {
{
content: {
type: 'link',
href: '#faq',
href: '/#faq',
text: 'FAQ & Contact'
},
className: footerMenuItemLinkStyles
Expand Down Expand Up @@ -55,7 +55,7 @@ const Footer = () => {
{
content: {
type: 'link',
href: '#sponsors',
href: '/#sponsors',
text: 'Sponsors'
},
className: footerMenuItemLinkStyles
Expand Down

0 comments on commit 4eb1f11

Please sign in to comment.