diff --git a/.gitignore b/.gitignore index 8ee54e8d..e02cfff6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist dist-ssr coverage *.local +dev-dist /cypress/videos/ /cypress/screenshots/ diff --git a/index.html b/index.html index 47623bbf..0343d567 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,21 @@ - + - - + + + + + + - - - Truck Wash - - -
- - + + + Truck Wash Kundeportal + + +
+ + diff --git a/public/favicon.ico b/public/favicon.ico index 6db534b5..744679c0 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicons/apple-touch-icon.png b/public/favicons/apple-touch-icon.png new file mode 100644 index 00000000..e8d4af4d Binary files /dev/null and b/public/favicons/apple-touch-icon.png differ diff --git a/public/favicons/favicon-96x96.png b/public/favicons/favicon-96x96.png new file mode 100644 index 00000000..9daada65 Binary files /dev/null and b/public/favicons/favicon-96x96.png differ diff --git a/public/favicons/favicon.ico b/public/favicons/favicon.ico new file mode 100644 index 00000000..744679c0 Binary files /dev/null and b/public/favicons/favicon.ico differ diff --git a/public/favicons/favicon.svg b/public/favicons/favicon.svg new file mode 100644 index 00000000..5cda835d --- /dev/null +++ b/public/favicons/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/favicons/web-app-manifest-192x192.png b/public/favicons/web-app-manifest-192x192.png new file mode 100644 index 00000000..4956afe6 Binary files /dev/null and b/public/favicons/web-app-manifest-192x192.png differ diff --git a/public/favicons/web-app-manifest-512x512.png b/public/favicons/web-app-manifest-512x512.png new file mode 100644 index 00000000..b373ea02 Binary files /dev/null and b/public/favicons/web-app-manifest-512x512.png differ diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico index 6db534b5..744679c0 100644 Binary files a/src/assets/favicon.ico and b/src/assets/favicon.ico differ diff --git a/src/assets/img/favicon.png b/src/assets/img/favicon.png new file mode 100644 index 00000000..9d725517 Binary files /dev/null and b/src/assets/img/favicon.png differ diff --git a/src/components/page/wrappers/LayoutV2.vue b/src/components/page/wrappers/LayoutV2.vue index d5eedfd5..2ae813a0 100644 --- a/src/components/page/wrappers/LayoutV2.vue +++ b/src/components/page/wrappers/LayoutV2.vue @@ -103,7 +103,7 @@ onMounted(() => { diff --git a/src/router.js b/src/router.js index 090f7481..ec721144 100644 --- a/src/router.js +++ b/src/router.js @@ -282,7 +282,7 @@ export const router = createRouter({ name: 'login', path: '/login', component: Login, - meta: { template: 'clear-main', middleware: guestMiddleware } + meta: { template: 'with-header', middleware: guestMiddleware } }, { name: 'logout', @@ -312,7 +312,7 @@ export const router = createRouter({ name: 'adminlogin', path: '/admin/login', component: Employee, - meta: { template: 'clear-main', middleware: guestMiddleware } + meta: { template: 'with-header', middleware: guestMiddleware } }, { name: 'admin', diff --git a/src/views/auth/Login.vue b/src/views/auth/Login.vue index 5dd82535..aa471812 100644 --- a/src/views/auth/Login.vue +++ b/src/views/auth/Login.vue @@ -13,14 +13,13 @@ import logo from "@/assets/img/truckwash-banner.png";
-

Ved at klikke ”Login” accepterer du truckwash.io terms of service og privacy policy

+

Ved at klikke ”Log in” accepterer du truckwash.io terms of service og privacy policy

diff --git a/src/views/pages/AboutUsPage.vue b/src/views/pages/AboutUsPage.vue index ac06be43..389ee872 100644 --- a/src/views/pages/AboutUsPage.vue +++ b/src/views/pages/AboutUsPage.vue @@ -4,6 +4,8 @@ import textImage3 from "@/assets/img/text-image3.jpg"; import mikkelMerrild from "@/assets/img/mikkel-merrild.jpeg"; import jimmyScaled from "@/assets/img/jimmy-scaled.jpg"; import team from "@/assets/img/team.jpg"; +import textImage1 from "@/assets/img/text-image1.jpg"; +import textImage2 from "@/assets/img/text-image2.jpg";