Skip to content

Commit

Permalink
press and media applications
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jun 22, 2024
1 parent ed09f7d commit d6e2f09
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions devcon/src/components/common/layouts/header/useNavigationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,25 @@ const useNavigationData = () => {
url: 'https://github.com/efdevcon/',
type: 'link',
},
{
title: 'Press',
url: '#',
type: 'header',
},
{
title: 'Press and Media',
url: 'https://forms.gle/5VmWvgb3ZaGamUXL7',
type: 'link',
},
{
title: 'Press Kit',
url:
// Fully qualified domains because intl middleware redirects fuck it up otherwise - easiest to handle it here
process.env.NODE_ENV === 'development'
? 'http://localhost:3000/Devcon__Devconnect_Presskit.pdf'
: 'https://devcon.org/Devcon__Devconnect_Presskit.pdf',
type: 'page',
},
],
},
{
Expand Down Expand Up @@ -299,6 +318,11 @@ const useNavigationData = () => {
url: 'https://archive.devcon.org/archive/',
type: 'link',
},
{
title: 'Press and Media',
url: 'https://forms.gle/5VmWvgb3ZaGamUXL7',
type: 'link',
},
{
title: 'Press Kit',
url:
Expand Down

0 comments on commit d6e2f09

Please sign in to comment.