Skip to content

Commit

Permalink
fix: banner (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 6, 2024
1 parent 1240ead commit cb7a729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/components/election/alert.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<x-alert {{ $attributes->class('bg-red-100') }}>
<div class="flex items-center gap-2">
<x-heroicon-s-exclamation-triangle class="w-5 h-5 text-red-600" />

<div class="prose max-w-none">
{{ $alert }}
</div>
</x-alert>

0 comments on commit cb7a729

Please sign in to comment.