diff --git a/src/components/navbar/NavBar.vue b/src/components/navbar/NavBar.vue index 045fa78..8c3c181 100644 --- a/src/components/navbar/NavBar.vue +++ b/src/components/navbar/NavBar.vue @@ -43,8 +43,8 @@ const tree: Tree[] = [ name: 'Lab Validation', children: [ { - name: 'Enzyme Activity Assays', - url: '/lab-validation/enzyme-activity-assays' + name: 'Dnase I', + url: '/lab-validation/dnase-i' }, { name: 'Liposome Formation', @@ -55,12 +55,21 @@ const tree: Tree[] = [ url: '/lab-validation/octahedron-formation' }, { - name: 'Octahedron Liposome Formation', + name: 'Thiolation and Conjugation', + url: '/lab-validation/thiolation-and-conjugation' + } + ] + }, + { + name: 'Future Directions', + children: [ + { + name: 'Docking of Alginate Lyase and Alpha-Amylase', url: '#' }, { - name: 'Thiolation and Conjugation', - url: '/lab-validation/enzyme-conjugation' + name: 'Liposome Formation Using Octahedron', + url: '#' } ] } diff --git a/src/router/index.ts b/src/router/index.ts index 5ad9e3b..1355730 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -3,9 +3,9 @@ const HomeView = () => import('@/views/HomeView.vue') const IdeasView = () => import('@/views/IdeasView.vue') const TeamView = () => import('@/views/TeamView.vue') const ELSIView = () => import('@/views/ELSIView.vue') -const GroupAView = () => import('@/views/enzymosome/GroupAView.vue') -const GroupCView = () => import('@/views/enzymosome/GroupCView.vue') -const OctadedronFormation = () => import('@/views/Octahedron/OctahedronFormation.vue') +const GroupAView = () => import('@/views/lab-validation/GroupAView.vue') +const GroupCView = () => import('@/views/lab-validation/GroupCView.vue') +const OctadedronFormation = () => import('@/views/lab-validation/OctahedronFormation.vue') const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), @@ -34,13 +34,13 @@ const router = createRouter({ component: TeamView }, { - path: '/lab-validation/enzyme-activity-assays', - name: 'enzyme-activity-assays', + path: '/lab-validation/dnase-i', + name: 'dnase-i', component: GroupAView }, { - path: '/lab-validation/enzyme-conjugation', - name: 'enzyme-conjugation', + path: '/lab-validation/thiolation-and-conjugation', + name: 'thiolation-and-conjugation', component: GroupCView }, { diff --git a/src/views/enzymosome/GroupAView.vue b/src/views/lab-validation/GroupAView.vue similarity index 99% rename from src/views/enzymosome/GroupAView.vue rename to src/views/lab-validation/GroupAView.vue index 4159950..a006374 100644 --- a/src/views/enzymosome/GroupAView.vue +++ b/src/views/lab-validation/GroupAView.vue @@ -26,7 +26,7 @@ const tableData = {