Skip to content

Commit

Permalink
Merge pull request #2135 from PrideInLondon/dev-early-release-2
Browse files Browse the repository at this point in the history
Update Navigation.tsx
  • Loading branch information
howardlhw authored Feb 6, 2024
2 parents ad25330 + 3e74535 commit ae2b03e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layout/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ const Navigation: React.FC<NavigationProps> = ({ backgroundColor }) => {
title: 'Parade Entry 2024',
url: '/parade/entry2024',
},
{
title: 'Volunteer Application',
url: '/parade/volunteer-application-2024',
},
{
title: 'Accessibility',
url: '/parade/accessibility',
Expand Down

0 comments on commit ae2b03e

Please sign in to comment.