Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Dec 11, 2024
1 parent 66b3197 commit 631f5c9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/views/components/banner.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@
<div class="mdc-banner__fixed">
@endif

<div class="mdc-banner__content" role="alertdialog" aria-live="assertive">
<div
class="mdc-banner__content"
role="alertdialog"
aria-live="assertive"
>
<div class="mdc-banner__graphic-text-wrapper">

@if ($icon)
<div class="mdc-banner__graphic" alt="" role="img">
<x-mbc::Icon class="mdc-banner__icon" :name="$icon" />
<div
class="mdc-banner__graphic"
alt=""
role="img"
>
<x-mbc::Icon
class="mdc-banner__icon"
:name="$icon"
/>
</div>
@endif

Expand Down

0 comments on commit 631f5c9

Please sign in to comment.