Put fork version

This commit is contained in:
Angelillo15 2023-10-17 21:51:44 +02:00
parent 5cea017833
commit 7d58952a9b
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@
</div> </div>
<div class="box-body"> <div class="box-body">
@if ($version->isLatestPanel()) @if ($version->isLatestPanel())
You are running Pterodactyl Panel version <code>{{ config('app.version') }}</code>. Your panel is up-to-date! You are running NookTheme <code>{{ config('app.fork-version') }}</code> based on Pterodactyl Panel version <code>{{ config('app.version') }}</code>. Your panel is up-to-date!
@else @else
Your panel is <strong>not up-to-date!</strong> The latest version is <a href="https://github.com/Pterodactyl/Panel/releases/v{{ $version->getPanel() }}" target="_blank"><code>{{ $version->getPanel() }}</code></a> and you are currently running version <code>{{ config('app.version') }}</code>. Your panel is <strong>not up-to-date!</strong> The latest version is <a href="https://github.com/Nookure/NookTheme/releases/v{{ $version->getPanel() }}" target="_blank"><code>{{ $version->getPanel() }}</code></a> and you are currently running version <code>{{ config('app.version') }}</code>.
@endif @endif
</div> </div>
</div> </div>