From a83a8e6236e3a60ab8d9114b1544081807085a1f Mon Sep 17 00:00:00 2001 From: PG <101947219+EclecticSamurai@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:15:10 +0200 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9be05a7e..3ecd0b85 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -47,12 +47,13 @@ export default defineConfig({ autogenerate: { directory: 'events' }, }, { - label: 'Other projects', + label: 'Projects', items: [ // Each item here is one entry in the navigation menu. { label: '👁️ Privacy Explorer', link: '/projects/privacy-explorer' }, { label: '📰 Week in the Privacy', link: '/news/week-in-the-privacy' }, { label: '🏆 Privacy Tech Awards', link: '/projects/privacy-tech-awards' }, + { label: '📚 Privacy Academy', link: '/projects/privacy-academy' }, ], }, {