From 48646570d87c3fd5b190b9e16e9bee795cb2961d Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:37:44 -0400 Subject: [PATCH] fix: update user menu link to settings and add alt attribute to background image --- resources/views/livewire/user-menu-component.blade.php | 2 +- resources/views/welcome.blade.php | 2 +- tailwind.config.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/user-menu-component.blade.php b/resources/views/livewire/user-menu-component.blade.php index f9370c5..23fe658 100644 --- a/resources/views/livewire/user-menu-component.blade.php +++ b/resources/views/livewire/user-menu-component.blade.php @@ -50,7 +50,7 @@ Profile diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 0464add..4461ea2 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -15,7 +15,7 @@
- +
diff --git a/tailwind.config.js b/tailwind.config.js index c29eb1a..cfc4c07 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,7 @@ export default { './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php', './storage/framework/views/*.php', './resources/views/**/*.blade.php', + './resources/js/**/*.{js,jsx,ts,tsx,vue}', ], theme: {