Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
change test comps (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Oct 12, 2023
1 parent 9c42a2b commit 0e8434b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Frontend/src/ui/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ const DROPDOWNS = [
title: 'Registration System',
items: [
{
path: '/competitions/BanjaLukaCubeDay2023',
path: '/competitions/KoelnerKubing2023',
icon: 'frog',
title: 'Open Competition',
reactRoute: true,
},
{
path: '/competitions/DarmstadtDodecahedronDays2023',
path: '/competitions/RheinNeckarAutumn2023',
icon: 'fish',
title: 'Open Competition with Payments',
reactRoute: true,
Expand All @@ -27,7 +27,7 @@ const DROPDOWNS = [
reactRoute: true,
},
{
path: '/competitions/BrizZonSylwesterOpen2023',
path: '/competitions/ManchesterSpring2024',
icon: 'time',
title: 'Not yet open Competition',
reactRoute: true,
Expand Down

0 comments on commit 0e8434b

Please sign in to comment.