fix: Alpine in body layout

This commit is contained in:
Andras Bacsai 2024-11-26 16:15:41 +01:00
parent 7f0094ed55
commit 5e4926ad00

View file

@ -43,8 +43,9 @@
@endauth
</head>
<body>
@section('body')
@section('body')
<body>
<x-toast />
<script data-navigate-once>
if (!('theme' in localStorage)) {
@ -234,7 +235,7 @@ function copyToClipboard(text) {
})
});
</script>
@show
</body>
</body>
@show
</html>