-
+
diff --git a/resources/views/livewire/notification-bell.blade.php b/resources/views/livewire/notification-bell.blade.php
index 0df0c6fd..10920bd3 100644
--- a/resources/views/livewire/notification-bell.blade.php
+++ b/resources/views/livewire/notification-bell.blade.php
@@ -23,7 +23,7 @@ class="relative p-2 rounded-md text-gray-400 hover:text-gray-600 hover:bg-gray-1
x-transition:leave="transition ease-in duration-75"
x-transition:leave-start="opacity-100 scale-100"
x-transition:leave-end="opacity-0 scale-95"
- class="absolute right-0 z-50 mt-2 w-80 bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"
+ class="absolute right-0 z-50 mt-2 w-80 bg-white rounded-lg shadow-lg ring-1 ring-black/5"
style="display: none;"
>
diff --git a/resources/views/livewire/routes.blade.php b/resources/views/livewire/routes.blade.php
index 45c04c69..83d99b94 100644
--- a/resources/views/livewire/routes.blade.php
+++ b/resources/views/livewire/routes.blade.php
@@ -146,7 +146,7 @@ class="inline-flex items-center px-4 py-2 border border-transparent text-sm font
@if ($showCreateModal)
-
+
@@ -228,7 +228,7 @@ class="px-4 py-2 text-sm font-medium text-white bg-blue-600 border border-transp
@if ($editingRoute)