fix body section
This commit is contained in:
parent
f0a44f4022
commit
d87cb67229
1 changed files with 4 additions and 5 deletions
|
|
@ -43,9 +43,8 @@
|
|||
|
||||
@endauth
|
||||
</head>
|
||||
@section('body')
|
||||
|
||||
<body>
|
||||
<body>
|
||||
@section('body')
|
||||
<x-toast />
|
||||
<script data-navigate-once>
|
||||
if (!('theme' in localStorage)) {
|
||||
|
|
@ -235,7 +234,7 @@ function copyToClipboard(text) {
|
|||
})
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
@show
|
||||
@show
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue