From 3d7d5be86095318012495596c8ed664fa1f2bc71 Mon Sep 17 00:00:00 2001
From: Natasha Nunez <n.nunez@student.maastrichtuniversity.nl>
Date: Sat, 28 Sep 2024 14:03:39 +0000
Subject: [PATCH] fix nav bar

---
 docs/.vuepress/config.js         | 16 ++++++++--------
 docs/.vuepress/styles/index.scss |  3 +--
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 3a2b633..b55af78 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -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' },
         ]
       },
     ],
diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss
index ca4e659..01af508 100644
--- a/docs/.vuepress/styles/index.scss
+++ b/docs/.vuepress/styles/index.scss
@@ -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
-- 
GitLab