Skip to content

Commit

Permalink
Alert: fix close button. (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio committed Apr 27, 2024
1 parent dcc94d8 commit bc00846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function render(): View|Closure|string
</div>
@if($dismissible)
<x-button icon="o-x-mark" @click="show = false" class="btn-xs btn-ghost self-start justify-self-end p-0 absolute sm:static -order-1 sm:order-none" />
<x-mary-button icon="o-x-mark" @click="show = false" class="btn-xs btn-ghost self-start justify-self-end p-0 absolute sm:static -order-1 sm:order-none" />
@endif
</div>
HTML;
Expand Down

0 comments on commit bc00846

Please sign in to comment.