diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php
index cc90f784a..55177d4b7 100644
--- a/resources/views/livewire/dashboard.blade.php
+++ b/resources/views/livewire/dashboard.blade.php
@@ -103,7 +103,8 @@ class="flex items-center justify-center gap-2 pt-4 pb-2 mr-4 text-xs lg:py-0 lg:
@else
No servers found.
-
+
+
your first server
or
diff --git a/resources/views/livewire/project/shared/environment-variable/add.blade.php b/resources/views/livewire/project/shared/environment-variable/add.blade.php
index 4f118b779..cd4c09195 100644
--- a/resources/views/livewire/project/shared/environment-variable/add.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php
@@ -9,7 +9,7 @@
@if (!$shared)
@endif
diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php
index 499b24955..9e5588791 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -55,7 +55,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@if ($env->is_shared)
@else
@if ($isSharedVariable)
@@ -64,7 +64,7 @@ class="font-bold dark:text-warning text-coollabs">{{ $env->key }}.
@endif
@endif
diff --git a/resources/views/livewire/server/index.blade.php b/resources/views/livewire/server/index.blade.php
index aa631f0ee..5337e834b 100644
--- a/resources/views/livewire/server/index.blade.php
+++ b/resources/views/livewire/server/index.blade.php
@@ -1,7 +1,7 @@