<div class="lg:hidden">
<x-filament::icon-button
type="button"
wire:loading.attr="disabled"
x-on:click="$store.sidebar.open()"
x-show="! $store.sidebar.isOpen"
icon="phosphor-caret-circle-double-right-duotone"
size="lg"
class="animate-pulse text-red-500"
tooltip="You have alerts, expand the sidebar to see them"
/>
</div>
<div class="lg:hidden">
<x-filament::icon-button
type="button"
wire:loading.attr="disabled"
x-on:click="$store.sidebar.open()"
x-show="! $store.sidebar.isOpen"
icon="phosphor-caret-circle-double-right-duotone"
size="lg"
class="animate-pulse text-red-500"
tooltip="You have alerts, expand the sidebar to see them"
/>
</div>