Skip to content

Commit

Permalink
Update Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Oct 10, 2023
1 parent 22de567 commit 44ad238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Link from 'next/link'
const navigation = [
{ name: 'About', href: '/' },
{ name: 'Accommodations', href: '/accommodations' },
{ name: 'Schedule', href: '/schedule' },
{ name: 'Program', href: '/program' },
]

const ticketURL = 'https://pretix.eu/sotm-eu/2023/'
Expand Down

0 comments on commit 44ad238

Please sign in to comment.