Skip to content

Commit

Permalink
Merge pull request #46 from joshcirre/fix-toast-error
Browse files Browse the repository at this point in the history
Add closing Div to Toast
  • Loading branch information
tnylea authored Jul 13, 2024
2 parents 077c000 + 69f0d2f commit 2ae630a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stubs/class/resources/views/livewire/toast.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
`
"
class="relative space-y-5">
</div>
<template x-teleport="body">
<ul
x-data="{
Expand Down
1 change: 1 addition & 0 deletions stubs/default/resources/views/livewire/toast.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
`
"
class="relative space-y-5">
</div>
<template x-teleport="body">
<ul
x-data="{
Expand Down

0 comments on commit 2ae630a

Please sign in to comment.