Skip to content

Commit

Permalink
🐛 Fix bug on drakify notification
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Aug 24, 2020
1 parent 67e83eb commit f670440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/notifications/drakify.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@if (session()->get('notify.model') === 'drake')
<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">
<div
x-data="{ show: false }"
x-data="{ show: true }"
x-show="show; setTimeout(() => { show = false }, 4000)"
x-description="Notification panel, show/hide based on alert state."
x-transition:enter="transform ease-out duration-300 transition"
Expand Down

0 comments on commit f670440

Please sign in to comment.