Skip to content

Commit

Permalink
fix: Alpine in body layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Nov 26, 2024
1 parent 7f0094e commit 5e4926a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions resources/views/layouts/base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@

@endauth
</head>
<body>
@section('body')
@section('body')

<body>
<x-toast />
<script data-navigate-once>
if (!('theme' in localStorage)) {
Expand Down Expand Up @@ -234,7 +235,7 @@ function copyToClipboard(text) {
})
});
</script>
@show
</body>
</body>
@show
</html>

0 comments on commit 5e4926a

Please sign in to comment.