fixed typo

This commit is contained in:
niclaz 2024-08-14 23:12:18 +02:00 committed by GitHub
parent e44c3e5cd7
commit 16b7f78088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -49,13 +49,13 @@ export default defineConfig({
{ {
label: '🏗️ Projects', label: '🏗️ Projects',
items: [ 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: 'Privacy Explorer 👁️', link: '/projects/privacy-explorer' },
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' }, { label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' }, { label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
{ label: 'Privacy Academy 👩‍🏫', link: '/projects/privacy-academy' }, { label: 'Privacy Academy 👩‍🏫', link: '/projects/privacy-academy' },
{ label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' }, { 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' },
], ],
}, },
{ {