Skip to content

Commit

Permalink
refactor(workshops): set as a top-level page
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Feb 10, 2025
1 parent f8551d0 commit b93cbce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/frontend/src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ export function getHeaderData(currentUrl: URL): HeaderData {
{
text: 'Organizing Team',
href: getPermalink('/conference/organization')
},
{
text: 'Workshops',
href: getPermalink('/conference/workshops')
}
]
},
{
text: 'Workshops',
href: getPermalink('/workshops')
},
{
text: 'Calls',
links: [
Expand Down
File renamed without changes.

0 comments on commit b93cbce

Please sign in to comment.