Skip to content

Commit a9339e4

Browse files
committed
Move community to top menu.
1 parent 3e8c323 commit a9339e4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/data/links.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
{
5656
"name": "Rust Summit",
5757
"path": "/rust-summit"
58-
},
59-
{
60-
"name": "Community Organisers",
61-
"path": "/community-partners"
6258
}
6359
]
6460
},
@@ -113,6 +109,10 @@
113109
}
114110
]
115111
},
112+
{
113+
"name": "Community",
114+
"path": "/community-partners"
115+
},
116116
{
117117
"name": "Jobs",
118118
"path": "/jobs"
@@ -243,7 +243,10 @@
243243
"name": "EuroPython Society",
244244
"path": "https://europython-society.org"
245245
},
246-
{ "name": "EuroPython Blog", "path": "https://blog.europython.eu" }
246+
{
247+
"name": "EuroPython Blog",
248+
"path": "https://blog.europython.eu"
249+
}
247250
]
248251
}
249252
],

0 commit comments

Comments
 (0)