From 99c7b46a3f4820fc62690fbc5043139e988beaf8 Mon Sep 17 00:00:00 2001 From: PG <101947219+EclecticSamurai@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:20:56 +0200 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3ecd0b85..262148c4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -42,12 +42,12 @@ export default defineConfig({ autogenerate: { directory: 'research' }, }, { - label: '📅 Events', + label: '🗓️ Events', collapsed: true, autogenerate: { directory: 'events' }, }, { - label: 'Projects', + label: '🏗️ Projects', items: [ // Each item here is one entry in the navigation menu. { label: '👁️ Privacy Explorer', link: '/projects/privacy-explorer' },