diff --git a/resources/views/livewire/boarding/index.blade.php b/resources/views/livewire/boarding/index.blade.php index faee9883b..1faf10380 100644 --- a/resources/views/livewire/boarding/index.blade.php +++ b/resources/views/livewire/boarding/index.blade.php @@ -67,11 +67,15 @@ class="bg-white dark:bg-coolgray-100 rounded-lg shadow-sm border border-neutral- -
+
- Start Setup + Let's go! +
@elseif ($currentState === 'explanation') @@ -161,34 +165,36 @@ class="px-2 py-1 text-xs font-bold uppercase tracking-wide bg-coollabs/10 dark:b @can('viewAny', App\Models\CloudProviderToken::class) - - -
-
-
- - - - - - Recommended - -
-
-

Hetzner Cloud

-

- Deploy servers directly from your Hetzner Cloud account. -

+ @if ($currentState === 'select-server-type') + + +
+
+
+ + + + + + Recommended + +
+
+

Hetzner Cloud

+

+ Deploy servers directly from your Hetzner Cloud account. +

+
-
- - - + + + + @endif @endcan