move research & events to top

This commit is contained in:
tree🌴 2024-03-17 05:45:00 +01:00
parent de883b9f85
commit aa1b5e100e
1 changed files with 11 additions and 11 deletions

View File

@ -36,10 +36,6 @@ export default defineConfig({
{ label: 'Contact us', link: '/contacts' },
],
},
{
label: 'Projects',
items: [
// Each item here is one entry in the navigation menu.
{
label: '🔬 Research',
collapsed: true,
@ -50,6 +46,10 @@ export default defineConfig({
collapsed: true,
autogenerate: { directory: 'events' },
},
{
label: 'Other 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' },