fix body section

This commit is contained in:
peaklabs-dev 2024-11-25 15:10:21 +01:00
parent f0a44f4022
commit d87cb67229
No known key found for this signature in database

View file

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