Display: Menu: Temporarily remove "Explore" link until it is controlled through configuration options - refs BT#19215

pull/4009/head
Yannick Warnier 4 years ago
parent d85159bece
commit b20a98f8c4
  1. 2
      assets/vue/components/layout/DashboardLayout.vue
  2. 2
      assets/vue/components/sidebar/Sidebar.vue

@ -285,7 +285,7 @@ export default {
],
linksAnon: [
{ icon: 'mdi-home', url: '/home', text: 'Home' },
{ icon: 'mdi-compass', url: '/catalog', text: 'Explore' },
//{ icon: 'mdi-compass', url: '/catalog', text: 'Explore' },
],
drawer: true,
breadcrumb: [],

@ -187,7 +187,7 @@ export default defineComponent({
// { icon: 'person', url: '/courses', text: 'My courses' },
// { icon: 'star_border', url: '/sessions', text: 'Sessions' },
//{ icon: 'star_border', url: '/calendar', text: 'My calendar' },
{ icon: 'compass', url: '/catalog', text: 'Explore' },
//{ icon: 'compass', url: '/catalog', text: 'Explore' },
// { icon: 'star_border', url: '/news', text: 'News' },
];

Loading…
Cancel
Save