diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index c107db59..56bf786f 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -205,9 +205,6 @@
-
- @include('partials/_internal/beta') -
@yield('content-header')
@@ -243,34 +240,6 @@
Copyright © 2015 - {{ date('Y') }} Pterodactyl Software. -
@section('footer-scripts') diff --git a/resources/themes/pterodactyl/partials/_internal/beta.blade.php b/resources/themes/pterodactyl/partials/_internal/beta.blade.php deleted file mode 100644 index 88570c8d..00000000 --- a/resources/themes/pterodactyl/partials/_internal/beta.blade.php +++ /dev/null @@ -1,9 +0,0 @@ -@section('beta-notice') -
-
-
- You are running a beta version of Pterodactyl Panel. Not all features are complete and bugs should be expected. Please report any bugs on Discord or via our GitHub Issue Tracker. -
-
-
-@show