File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function has_sslsb( $domain ) {
8686 <link rel =" icon" type =" image/svg+xml" href =" {{ asset (' littlelink/images/logo.svg' ) } }" >
8787 @endif
8888
89- @stack (' stylesheets' )
89+ @stack (' sidebar- stylesheets' )
9090 </head >
9191 <body >
9292
@@ -317,6 +317,6 @@ function URL_event_exists(string $url): bool
317317 <script src=" {{ asset (' /studio/js/bootstrap.min.js' ) } }" ></script>
318318 <script src=" {{ asset (' /studio/js/main-dashboard.js' ) } }" ></script>
319319
320- @stack (' scripts' )
320+ @stack (' sidebar- scripts' )
321321 </body>
322322</html>
Original file line number Diff line number Diff line change 22@extends (' layouts.sidebar' )
33
44@section (' content' )
5- @push (' scripts' )
5+ @push (' sidebar- scripts' )
66 <!-- start button editor -->
77<script >
88$ (document ).ready (function () {
You can’t perform that action at this time.
0 commit comments