diff --git a/astro.config.mjs b/astro.config.mjs index 848919d4..c0d3a049 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -49,13 +49,13 @@ export default defineConfig({ { label: '🏗️ Projects', items: [ - // Each item here is one entry in the navigation menu. + // 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' }, { label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' }, - { label: 'Women in Privacy', link: '/projects/wome-in-privacy' }, + { label: 'Women in Privacy', link: '/projects/women-in-privacy' }, ], }, {