diff --git a/docu/Style/Images/Bild_1_2400.jpg b/docu/Style/Images/Bild_1_2400.jpg index 6361fa480..834ec73df 100644 Binary files a/docu/Style/Images/Bild_1_2400.jpg and b/docu/Style/Images/Bild_1_2400.jpg differ diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/AuthCarousel.vue similarity index 100% rename from frontend/src/components/Auth/Carousel.vue rename to frontend/src/components/Auth/AuthCarousel.vue diff --git a/frontend/src/components/Auth/Footer.vue b/frontend/src/components/Auth/AuthFooter.vue similarity index 100% rename from frontend/src/components/Auth/Footer.vue rename to frontend/src/components/Auth/AuthFooter.vue diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/AuthMobileStart.vue similarity index 100% rename from frontend/src/components/Auth/MobileStart.vue rename to frontend/src/components/Auth/AuthMobileStart.vue diff --git a/frontend/src/components/Auth/Navbar.vue b/frontend/src/components/Auth/AuthNavbar.vue similarity index 100% rename from frontend/src/components/Auth/Navbar.vue rename to frontend/src/components/Auth/AuthNavbar.vue diff --git a/frontend/src/components/Auth/NavbarSmall.vue b/frontend/src/components/Auth/AuthNavbarSmall.vue similarity index 93% rename from frontend/src/components/Auth/NavbarSmall.vue rename to frontend/src/components/Auth/AuthNavbarSmall.vue index 1bb06b481..836e72aeb 100644 --- a/frontend/src/components/Auth/NavbarSmall.vue +++ b/frontend/src/components/Auth/AuthNavbarSmall.vue @@ -12,6 +12,6 @@ diff --git a/frontend/src/layouts/AuthLayout.spec.js b/frontend/src/layouts/AuthLayout.spec.js index dd2d2cab3..2246793d5 100644 --- a/frontend/src/layouts/AuthLayout.spec.js +++ b/frontend/src/layouts/AuthLayout.spec.js @@ -43,6 +43,10 @@ describe('AuthLayout', () => { it('has Component AuthMobileStart', () => { expect(wrapper.findComponent({ name: 'AuthMobileStart' }).exists()).toBe(true) }) + + it('has Component AuthNavbarSmall', () => { + expect(wrapper.findComponent({ name: 'AuthNavbarSmall' }).exists()).toBe(true) + }) }) describe('Desktop Version Start', () => { diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index 1cc4923d1..f88c21c53 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -1,16 +1,16 @@