From f51a31c8ca08ca6b647e4d60c923c6199c6c3919 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 9 May 2022 15:12:55 -0500 Subject: [PATCH] Update:Remove back arrow in appbar --- client/components/app/Appbar.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 },