From bc8eca90190415766901a3ee7c3960d0a3a4aa12 Mon Sep 17 00:00:00 2001 From: PG <101947219+EclecticSamurai@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:28:45 +0200 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index abe71799..bcf0c78e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -96,12 +96,10 @@ export default defineConfig({ { label: 'Governance', items: [ - { label: 'Governance structure', link: '/governance' }, - { label: 'Congress', link: '/congress' }, + { label: 'Structure', link: '/governance' }, { label: 'Core Team', link: '/core-team' }, - { label: 'Association', link: '/association' }, - { label: 'Treasury', link: '/treasury' }, { label: 'Core Contributors', link: '/core-contributors' }, + { label: 'Treasury', link: '/treasury' }, ] } ],