diff --git a/components/home/BookshelfNavBar.vue b/components/home/BookshelfNavBar.vue index 7036499d..3df98e14 100644 --- a/components/home/BookshelfNavBar.vue +++ b/components/home/BookshelfNavBar.vue @@ -52,6 +52,14 @@ export default { icon: this.currentLibraryIcon, iconClass: 'text-lg', text: 'Library' + }, + { + to: '/bookshelf/search', + routeName: 'bookshelf-search', + iconPack: 'abs-icons', + icon: 'podcast', + iconClass: 'text-lg', + text: 'Search' } ] } else { diff --git a/pages/bookshelf.vue b/pages/bookshelf.vue index 10f4d215..e089bb37 100644 --- a/pages/bookshelf.vue +++ b/pages/bookshelf.vue @@ -1,8 +1,8 @@