From af42b88356d132b1b0c049bf7f4008ee2bf7bbde Mon Sep 17 00:00:00 2001 From: "Burgstede, W.Y. (Ysbrand, Student B-CREA)" Date: Tue, 2 Jul 2024 10:56:27 +0200 Subject: [PATCH] Update the logo --- resources/js/Components/ApplicationLogo.vue | 2 +- resources/js/CustomComponents/TailwindWidth.ts | 2 +- resources/js/Layouts/AuthenticatedLayout.vue | 2 +- resources/js/Layouts/GuestLayout.vue | 7 ++++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/js/Components/ApplicationLogo.vue b/resources/js/Components/ApplicationLogo.vue index 3874d25..15935d9 100644 --- a/resources/js/Components/ApplicationLogo.vue +++ b/resources/js/Components/ApplicationLogo.vue @@ -1,3 +1,3 @@ diff --git a/resources/js/CustomComponents/TailwindWidth.ts b/resources/js/CustomComponents/TailwindWidth.ts index f4b0c9a..6a64eab 100644 --- a/resources/js/CustomComponents/TailwindWidth.ts +++ b/resources/js/CustomComponents/TailwindWidth.ts @@ -39,7 +39,7 @@ window.addEventListener( 'resize', debounce(() => { w.value = window.innerWidth - }, 200), + }, 100), false ) diff --git a/resources/js/Layouts/AuthenticatedLayout.vue b/resources/js/Layouts/AuthenticatedLayout.vue index 63af3ac..8338aa4 100644 --- a/resources/js/Layouts/AuthenticatedLayout.vue +++ b/resources/js/Layouts/AuthenticatedLayout.vue @@ -37,7 +37,7 @@ if (usePage().props.auth.user !== null) {
- + diff --git a/resources/js/Layouts/GuestLayout.vue b/resources/js/Layouts/GuestLayout.vue index a808b7f..5497deb 100644 --- a/resources/js/Layouts/GuestLayout.vue +++ b/resources/js/Layouts/GuestLayout.vue @@ -1,12 +1,13 @@