Skip to content

Commit

Permalink
reorganise top menu
Browse files Browse the repository at this point in the history
  • Loading branch information
artcz committed Mar 16, 2024
1 parent 2e50b7e commit d736a3f
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions data/links.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"header": [
{
"name": "Programme",
"items": [
{
"name": "Speaker Mentorship",
"path": "/mentorship"
},
{
"name": "Call for Proposals",
"path": "/cfp"
}
]
},
{
"name": "Info & Support",
"items": [
Expand All @@ -18,24 +31,19 @@
]
},
{
"name": "Programme",
"name": "Prague & Venue",
"items": [
{
"name": "Speaker Mentorship",
"path": "/mentorship"
},
{
"name": "Call for Proposals",
"path": "/cfp"
"name": "Around Prague & PCC",
"path": "/where"
}
]
},
{
"name": "Registration",
"items": [
{
"name": "Tickets information",
"path": "/ticketsp"
"path": "/tickets"
}
]
}
Expand Down

0 comments on commit d736a3f

Please sign in to comment.