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', } },