From a84f3e0577c46ddd709e777b81bf6e8b7768992f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 Nov 2023 12:46:58 +0100 Subject: [PATCH] fix link --- resources/views/livewire/project/application/general.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 5b324e193..cfa0b0e23 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -50,7 +50,7 @@

Build

@if ($application->could_set_build_commands()) @if ($application->build_pack === 'nixpacks') -
Nixpacks will detect your package manager/configurations: Nixpacks documentation
+
Nixpacks will detect your package manager/configurations: Nixpacks documentation
You probably do not need to modify the commands below.