From a501142ef529d4ed896677870df14b7f367f5688 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:32:32 +0200 Subject: [PATCH] fix(navbar): update error message link to use route for environment variables navigation --- resources/views/livewire/project/service/navbar.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/service/navbar.blade.php b/resources/views/livewire/project/service/navbar.blade.php index 7424f0940..3f3984116 100644 --- a/resources/views/livewire/project/service/navbar.blade.php +++ b/resources/views/livewire/project/service/navbar.blade.php @@ -129,7 +129,7 @@
Unable to deploy. + href="{{ route('project.service.environment-variables', $parameters) }}" wire:navigate> Required environment variables missing.