Skip to content

Commit f670440

Browse files
committed
🐛 Fix bug on drakify notification
1 parent 67e83eb commit f670440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/notifications/drakify.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@if (session()->get('notify.model') === 'drake')
22
<div class="fixed inset-0 flex items-end justify-center px-4 py-6 pointer-events-none sm:p-6 sm:items-start sm:justify-end">
33
<div
4-
x-data="{ show: false }"
4+
x-data="{ show: true }"
55
x-show="show; setTimeout(() => { show = false }, 4000)"
66
x-description="Notification panel, show/hide based on alert state."
77
x-transition:enter="transform ease-out duration-300 transition"

0 commit comments

Comments
 (0)