From 85e962ac3a2e7ef7768a3df31f0d287cff007d34 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 19 Aug 2022 10:36:47 +0200 Subject: [PATCH] remove navbar if not mobil --- frontend/src/components/Auth/AuthNavbar.vue | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index 1a1458d79..1157e7162 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -1,7 +1,28 @@ @@ -11,6 +32,7 @@ export default { name: 'AuthNavbar', data() { return { + logo: '/img/brand/green.png', sheet: '/img/template/Blaetter.png', } },