There was an error while loading. Please reload this page.
1 parent 62c6de7 commit a5712ebCopy full SHA for a5712eb
1 file changed
src/data/nav.ts
@@ -99,6 +99,7 @@ const L = {
99
url: "https://europython-society.org/",
100
external: true,
101
},
102
+ team: { label: "Team", url: "/thank-you" },
103
communityPartners: {
104
label: "Community Partners",
105
url: "/community-partners",
@@ -223,6 +224,7 @@ export const NAV_MENUS: NavMenu[] = [
223
224
items: [
225
L.about,
226
L.eps,
227
+ L.team,
228
L.communityPartners,
229
L.mediaPartners,
230
L.yearsOfEp,
@@ -309,6 +311,7 @@ export const FOOTER_COLUMNS: FooterColumn[] = [
309
311
310
312
313
314
315
316
317
L.blog,
0 commit comments