From 8c6354e9db14c4b4db5b6e1531b1d765dfc97120 Mon Sep 17 00:00:00 2001 From: Connor Abbas Date: Tue, 14 Jan 2025 02:08:00 +0000 Subject: [PATCH] Cleanup --- resources/js/Layouts/AuthenticatedLayout.vue | 14 +++++++++----- .../js/Pages/Profile/Partials/DeleteUserForm.vue | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/resources/js/Layouts/AuthenticatedLayout.vue b/resources/js/Layouts/AuthenticatedLayout.vue index 2cead9b3..78bbbe94 100644 --- a/resources/js/Layouts/AuthenticatedLayout.vue +++ b/resources/js/Layouts/AuthenticatedLayout.vue @@ -111,8 +111,8 @@ watchEffect(() => { >
@@ -168,13 +168,17 @@ watchEffect(() => {
-
-
+
+

Home

diff --git a/resources/js/Pages/Profile/Partials/DeleteUserForm.vue b/resources/js/Pages/Profile/Partials/DeleteUserForm.vue index e748b605..0cd18512 100644 --- a/resources/js/Pages/Profile/Partials/DeleteUserForm.vue +++ b/resources/js/Pages/Profile/Partials/DeleteUserForm.vue @@ -28,6 +28,7 @@ function focusPasswordInput() {