diff --git a/frontend/src/components/Categories.vue b/frontend/src/components/Categories.vue new file mode 100644 index 00000000..6349108c --- /dev/null +++ b/frontend/src/components/Categories.vue @@ -0,0 +1,102 @@ + + diff --git a/frontend/src/components/Modals/Settings.vue b/frontend/src/components/Modals/Settings.vue index 4abe89a8..a0f80c5d 100644 --- a/frontend/src/components/Modals/Settings.vue +++ b/frontend/src/components/Modals/Settings.vue @@ -38,6 +38,11 @@ :description="activeTab.description" v-model:show="show" /> + { description: 'Manage the members of your learning system', icon: 'UserRoundPlus', }, + { + label: 'Categories', + description: 'Manage the members of your learning system', + icon: 'Network', + }, { label: 'Payment Gateway', icon: 'DollarSign', diff --git a/frontend/src/pages/Batches.vue b/frontend/src/pages/Batches.vue index 77e73c5d..26d3892f 100644 --- a/frontend/src/pages/Batches.vue +++ b/frontend/src/pages/Batches.vue @@ -8,12 +8,12 @@ :items="[{ label: __('Batches'), route: { name: 'Batches' } }]" />
-
+