diff --git a/config/links.yml b/config/links.yml index 7bf49bda..5156e444 100644 --- a/config/links.yml +++ b/config/links.yml @@ -7,8 +7,8 @@ about_links: url: /members.html - name: Steering groups url: /steering.html - - name: Staff - url: /staff.html + - name: Team + url: /team.html - name: Job opportunities url: /jobopportunities.html services_links: @@ -59,4 +59,4 @@ contact_links: url: /terms.html - name: Privacy policy url: /privacy.html - \ No newline at end of file + diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index ccf94f3d..318e7025 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -19,7 +19,7 @@ const Links = { { name: 'Governance', url: '/governance.html' }, { name: 'Members', url: '/members.html' }, { name: 'Steering groups', url: '/steering.html' }, - { name: 'Staff', url: '/staff.html' }, + { name: 'Team', url: '/team.html' }, { name: 'Job opportunities', url: '/jobopportunities.html' } ], services_links: [