Skip to content
Snippets Groups Projects
Commit 3d7d5be8 authored by Natasha Nunez's avatar Natasha Nunez
Browse files

fix nav bar

parent 68a67853
No related branches found
No related tags found
No related merge requests found
Pipeline #457452 passed
......@@ -21,25 +21,25 @@ export default defineUserConfig({
text: 'Team',
children: [
{ text: 'Team', link: '/team' },
{ text: 'Attributions', link: '/attributions' }
{ text: 'Attributions', link: '/team/attributions' }
]
},
{
text: 'Project',
children: [
{ text: 'Contribution', link: '/contribution' },
{ text: 'Description', link: '/description' },
{ text: 'Engineering', link: '/engineering'},
{ text: 'Parts', link: '/parts'},
{ text: 'Contribution', link: '/project/contribution' },
{ text: 'Description', link: '/project/description' },
{ text: 'Engineering', link: '/project/engineering'},
{ text: 'Parts', link: '/project/parts'},
]
},
{ text: 'Human Practices', link: '/human-practices' },
{
text: 'Awards',
children: [
{ text: 'Education', link: '/education' },
{ text: 'Sustainable', link: '/sustainable'},
{ text: 'New Basic Part', link: '/new-basic-part'},
{ text: 'Education', link: '/awards/education' },
{ text: 'Sustainable', link: '/awards/sustainable' },
{ text: 'New Basic Part', link: '/awards/new-basic-part' },
]
},
],
......
......@@ -37,5 +37,4 @@ background-position: center;
border: none; /* Optional: Remove border */
width: 50px; /* Adjust based on your image size */
height: 50px; /* Adjust based on your image size */
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment