From d30471ae6ab78ffcc60c1616ee1987e980bd62e2 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 11 Apr 2024 21:03:06 -0400 Subject: [PATCH] Fix this around --- resources/views/filament/pages/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/filament/pages/dashboard.blade.php b/resources/views/filament/pages/dashboard.blade.php index eb68925ff..b6d8586fd 100644 --- a/resources/views/filament/pages/dashboard.blade.php +++ b/resources/views/filament/pages/dashboard.blade.php @@ -78,7 +78,7 @@ @endif {{-- No Nodes Created --}} - @if ($nodesCount > 0) + @if ($nodesCount <= 0) Create First New Node