diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index 8000a9452..b7955489a 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -35,7 +35,7 @@
@if ($project->environments->first()) - + Add Resource @endif - Settings @@ -59,7 +59,7 @@ your first project or - go to the onboarding page. + go to the onboarding page.
@endif @@ -70,7 +70,8 @@ @if ($servers->count() > 0)
@foreach ($servers as $server) - $server->settings->is_reachable, @@ -107,7 +108,7 @@ a private key or - go to the onboarding + go to the onboarding page.
@@ -119,7 +120,7 @@ your first server or - go to the onboarding + go to the onboarding page. @@ -144,7 +145,7 @@

{{ $serverName }}

@foreach ($deployments as $deployment) - data_get($deployment, 'status') === 'queued', 'border-yellow-500' => data_get($deployment, 'status') === 'in_progress',