From 6958bb82b718e6e20f0282733882b5bef30e5017 Mon Sep 17 00:00:00 2001 From: ShadowArcanist Date: Mon, 29 Sep 2025 10:08:43 +0530 Subject: [PATCH] Fixed spacing between description text and title on application healthcheck page --- resources/views/livewire/project/shared/health-checks.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/shared/health-checks.blade.php b/resources/views/livewire/project/shared/health-checks.blade.php index acdf63f42..9dd5937f9 100644 --- a/resources/views/livewire/project/shared/health-checks.blade.php +++ b/resources/views/livewire/project/shared/health-checks.blade.php @@ -13,7 +13,7 @@ Disable Healthcheck @endif -
Define how your resource's health should be checked.
+
Define how your resource's health should be checked.
@if ($resource->custom_healthcheck_found)
A custom health check has been found and will be used until you enable this.