From 7141c20bb8fbf332e85af81d8181c47072d7c61b Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Tue, 3 Dec 2024 17:17:10 +0100 Subject: [PATCH] Refactor simple-alert.blade.php for improved readability --- .../views/components/simple-alert.blade.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/resources/views/components/simple-alert.blade.php b/resources/views/components/simple-alert.blade.php index f79128d..f38f72c 100644 --- a/resources/views/components/simple-alert.blade.php +++ b/resources/views/components/simple-alert.blade.php @@ -21,13 +21,12 @@ @endphp -
$border, - ]) - style="{{ $colors }}"> +
$border, + ]) + style="{{ $colors }}">
@if($icon)

@endif - @if($actions)
@foreach ($actions as $action) @@ -80,8 +78,8 @@ class="h-5 w-5 text-custom-400"
@endif
- @endif
+ @endif
\ No newline at end of file