diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 7516457a..f30a4840 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -2,11 +2,13 @@
- - - arrow_back - -

audiobookshelf

+ + + + + +

audiobookshelf

+
@@ -94,9 +96,6 @@ export default { isHome() { return this.$route.name === 'library-library' }, - showBack() { - return this.$route.name !== 'library-library-bookshelf-id' && !this.isHome - }, user() { return this.$store.state.user.user },