Skip to content

Commit

Permalink
copy and menu restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 22, 2024
1 parent 249f036 commit 4656747
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion devcon/cms/pages/programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ supporters_tickets: |
Wave 5: (SOLD OUT)\
Wave 6: (SOLD OUT)\
Wave 7: (SOLD OUT)\
Wave 8: October 15
Wave 8: (SOLD OUT)\
<Buttons Button={[{ text: "Tickets", url: "https://devcon.org/en/tickets/" }]} />
</>}
Expand Down
2 changes: 1 addition & 1 deletion devcon/cms/pages/supporters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ programming_tickets: |
right={<>
## **Get your Devcon ticket**
Builder and contributor tickets are always open. General tickets are sold in waves. Wave 1-7 are sold out, Wave 8 opens October 15th, 16:00 UTC.
Builder and contributor tickets are always open. General tickets were sold in waves, but are now sold out - you can join the waitlist and hope to get lucky.
<Buttons
Button={[
Expand Down
29 changes: 8 additions & 21 deletions devcon/src/components/common/layouts/header/useNavigationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ const useNavigationData = () => {
url: 'https://forms.gle/yKnLpNzkchjX8nqbA',
type: 'url',
},
{
title: 'Apply to Speak',
url: '/speaker-applications',
type: 'page',
},
{
title: 'RTD Grants',
url: 'https://esp.ethereum.foundation/devcon-grants',
Expand Down Expand Up @@ -193,39 +198,21 @@ const useNavigationData = () => {
],
},
{
title: 'Program',
title: 'Event',
url: '#',
type: 'links',
logo: LogoGetInvolved,
links: [
{
title: 'Programming',
title: 'Event',
url: '#',
type: 'header',
},
{
title: 'Overview',
title: 'Program Overview',
url: '/programming',
type: 'page',
},
{
title: 'Apply to Speak',
url: '/speaker-applications',
type: 'page',
},
],
},
{
title: 'Event',
url: '#',
type: 'links',
logo: LogoGetInvolved,
links: [
{
title: 'Event',
url: '#',
type: 'header',
},
{
title: 'City Guide',
url: '/city-guide',
Expand Down

0 comments on commit 4656747

Please sign in to comment.