diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php
index d450aa62e..1a7262395 100644
--- a/resources/views/livewire/dashboard.blade.php
+++ b/resources/views/livewire/dashboard.blade.php
@@ -15,18 +15,14 @@
subscription is activated.
Please be patient.
@endif
- @if ($projects->count() === 0 && $servers->count() === 0)
+ @if ($servers->count() === 0)
No resources found. Add your first server & private key here or go to the onboarding page.
+ href="{{ route('server.create') }}">here or go to the onboarding page.
@endif
- @if ($projects->count() > 0)
-