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 4eb1f11 commit eab0afc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/layouts/Header/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const Navigation = () => {
const [isMenuOpen, setIsMenuOpen] = useState(false);

const menuItems = [
{label: "Programme", href: "#programs"},
{label: "Speakers", href: "#speakers"},
{label: "Sponsors", href: "#sponsors"},
{label: "Préparer ma venue", href: "#place"},
{label: "FAQ & Contact", href: "#faq"},
{label: "Programme", href: "/#programs"},
{label: "Speakers", href: "/#speakers"},
{label: "Sponsors", href: "/#sponsors"},
{label: "Préparer ma venue", href: "/#place"},
{label: "FAQ & Contact", href: "/#faq"},
];

return (
Expand Down

0 comments on commit eab0afc

Please sign in to comment.