move research & events to top

This commit is contained in:
tree🌴 2024-03-17 05:45:00 +01:00
parent de883b9f85
commit aa1b5e100e

View file

@ -37,19 +37,19 @@ export default defineConfig({
], ],
}, },
{ {
label: 'Projects', label: '🔬 Research',
collapsed: true,
autogenerate: { directory: 'research' },
},
{
label: '📅 Events',
collapsed: true,
autogenerate: { directory: 'events' },
},
{
label: 'Other projects',
items: [ items: [
// Each item here is one entry in the navigation menu. // Each item here is one entry in the navigation menu.
{
label: '🔬 Research',
collapsed: true,
autogenerate: { directory: 'research' },
},
{
label: '📅 Events',
collapsed: true,
autogenerate: { directory: 'events' },
},
{ 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' },