From ce03a0ccee2ed0440f4795f8f197318e774c8359 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 23 Dec 2024 14:21:39 +0100 Subject: [PATCH] fix(style): make login and signup buttons visible on desktop if not logged in --- front/src/ui/components/Sidebar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index 8a888d2f0..8422c4750 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -90,8 +90,8 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index' -
- +
+