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 @@