diff --git a/resources/views/templates/wrapper.blade.php b/resources/views/templates/wrapper.blade.php index 333a0f986..213f09358 100644 --- a/resources/views/templates/wrapper.blade.php +++ b/resources/views/templates/wrapper.blade.php @@ -35,21 +35,11 @@ @import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap'); - @section('assets') -{{-- {!! $asset->css('main.css') !!}--}} - @show + @yield('assets') @include('layouts.scripts') - @if(\Illuminate\Support\Str::contains(config('app.version'), ['-alpha', '-beta'])) -
-

- You are running a pre-release version of Pterodactyl. Please report any issues - via GitHub. -

-
- @endif @section('content') @yield('above-container') @yield('container')