From 9fcd9545fdf4be0f3da4d6b21604338b1d6109f6 Mon Sep 17 00:00:00 2001 From: PG <101947219+EclecticSamurai@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:41:32 +0200 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f0349ddf..90951144 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -57,14 +57,14 @@ export default defineConfig({ ], }, { - label: 'Community', + label: 'Ecosystem', items: [ { label: 'Follow us', link: '/follow-us' }, { label: 'Get involved', link: '/get-involved' }, { label: 'Donate', link: '/donate' }, { - label: 'Membership', - link: '/membership', + label: 'Partnerships', + link: '/Partnerships', items: [ { label: 'Personal benefits', link: '/membership/personal-benefits' } ]