diff --git a/frontend/components/project/SideBarLeft.vue b/frontend/components/project/SideBarLeft.vue index 64d41e5d..bd7d9e43 100644 --- a/frontend/components/project/SideBarLeft.vue +++ b/frontend/components/project/SideBarLeft.vue @@ -66,8 +66,8 @@ export default { // { icon: 'lightbulb_outline', text: 'Start Labeling' }, { divider: true }, { icon: 'mdi-database', text: 'Dataset', link: 'dataset' }, - { icon: 'person', text: 'User', link: 'users' }, - { icon: 'label', text: 'Label', link: 'labels' }, + { icon: 'label', text: 'Labels', link: 'labels' }, + { icon: 'person', text: 'Members', link: 'members' }, { divider: true }, // { heading: 'Labels' }, // { icon: 'add', text: 'Create new label', link: 'labels' },