Skip to content

Commit a5712eb

Browse files
Add navbar entry
1 parent 62c6de7 commit a5712eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/data/nav.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const L = {
9999
url: "https://europython-society.org/",
100100
external: true,
101101
},
102+
team: { label: "Team", url: "/thank-you" },
102103
communityPartners: {
103104
label: "Community Partners",
104105
url: "/community-partners",
@@ -223,6 +224,7 @@ export const NAV_MENUS: NavMenu[] = [
223224
items: [
224225
L.about,
225226
L.eps,
227+
L.team,
226228
L.communityPartners,
227229
L.mediaPartners,
228230
L.yearsOfEp,
@@ -309,6 +311,7 @@ export const FOOTER_COLUMNS: FooterColumn[] = [
309311
items: [
310312
L.about,
311313
L.eps,
314+
L.team,
312315
L.communityPartners,
313316
L.mediaPartners,
314317
L.blog,

0 commit comments

Comments
 (0)