Skip to content

Commit 0e0b58b

Browse files
committed
Update wrapper.blade.php
1 parent 179885b commit 0e0b58b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

resources/views/templates/wrapper.blade.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,11 @@
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')

0 commit comments

Comments
 (0)