diff --git a/resources/views/components/simple-alert.blade.php b/resources/views/components/simple-alert.blade.php index fee9d8d..f79128d 100644 --- a/resources/views/components/simple-alert.blade.php +++ b/resources/views/components/simple-alert.blade.php @@ -60,27 +60,28 @@ class="h-5 w-5 text-custom-400" 'flex gap-x-3 items-center', $actionsVerticalAlignment === 'start' ? 'self-start' : 'self-center', ])> -
- - {{ $linkLabel }} - - -
- @endif ++ + {{ $linkLabel }} + + +
+ @endif - @if($actions) -