Skip to content

Commit 1aedbc3

Browse files
committed
Fix offline message for now
1 parent 91facae commit 1aedbc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/bootstrap-4/includes/offline.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if ($offlineIndicator)
2-
<div wire:offline.class="d-block" wire:offline.class.remove="d-none" class="d-none">
2+
<div wire:offline>
33
<div class="alert alert-danger d-flex align-items-center">
44
<svg xmlns="http://www.w3.org/2000/svg" style="width:1.3em;height:1.3em;" fill="none" viewBox="0 0 24 24" stroke="currentColor">
55
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />

resources/views/tailwind/includes/offline.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@if ($offlineIndicator)
2-
<div wire:offline.class="block" wire:offline.class.remove="hidden" class="hidden">
2+
<div wire:offline>
33
<div class="rounded-md bg-red-50 p-4 mb-4">
44
<div class="flex">
55
<div class="flex-shrink-0">

0 commit comments

Comments
 (0)