File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
resources/views/templates Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 3535 @import url('//fonts.googleapis .com/css?family=IBM+ Plex+ Mono|IBM+ Plex+ Sans:500&display=swap');
3636 </style >
3737
38- @section (' assets' )
39- {{-- {!! $asset->css('main.css') !!}--}}
40- @show
38+ @yield (' assets' )
4139
4240 @include (' layouts.scripts' )
4341 </head >
4442 <body class =" {{ $css [' body' ] ?? ' bg-neutral-50' } }" >
45- @if (\Illuminate \Support \Str:: contains (config (' app.version' ), [' -alpha' , ' -beta' ]) )
46- <div class =" bg-red-500" >
47- <p class =" text-center text-white text-sm p-3" >
48- You are running a pre-release version of Pterodactyl. Please report any issues
49- <a href =" https://github.com/pterodactyl/panel/issues" class =" text-red-100" >via GitHub</a >.
50- </p >
51- </div >
52- @endif
5343 @section (' content' )
5444 @yield (' above-container' )
5545 @yield (' container' )
You can’t perform that action at this time.
0 commit comments