diff --git a/komga-webui/src/components/LibraryNavigation.vue b/komga-webui/src/components/LibraryNavigation.vue index 3775976cd..a4c853ba4 100644 --- a/komga-webui/src/components/LibraryNavigation.vue +++ b/komga-webui/src/components/LibraryNavigation.vue @@ -2,7 +2,7 @@ - + Browse mdi-bookshelf diff --git a/komga-webui/src/router.ts b/komga-webui/src/router.ts index bd5410a47..1563fe242 100644 --- a/komga-webui/src/router.ts +++ b/komga-webui/src/router.ts @@ -78,7 +78,7 @@ const router = new Router({ component: () => import(/* webpackChunkName: "account" */ './views/AccountSettings.vue'), }, { - path: '/libraries/:libraryId', + path: '/libraries/:libraryId/series', name: 'browse-libraries', beforeEnter: noLibraryGuard, component: () => import(/* webpackChunkName: "browse-libraries" */ './views/BrowseLibraries.vue'),