From 43901f7cea1ab5a29fef5e4eebbe1f0c8257f358 Mon Sep 17 00:00:00 2001 From: "Camille M." <95764063+TheFrenchTechMan@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:05:40 +0100 Subject: [PATCH] add update guide link --- resources/views/admin/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index 817766e095..9652532e7e 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -29,7 +29,7 @@ @if ($version->isLatestPanel()) You are running Pterodactyl Panel version {{ config('app.version') }}. Your panel is up-to-date! @else - Your panel is not up-to-date! The latest version is {{ $version->getPanel() }} and you are currently running version {{ config('app.version') }}. + Your panel is not up-to-date! The latest version is {{ $version->getPanel() }} and you are currently running version {{ config('app.version') }}. You can find instructions on how to update your panel here. @endif