From ac653ddcbc15019e9617e719bf687f10f25a80f2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:34:32 +0200 Subject: [PATCH] Changes auto-committed by Conductor --- .../views/livewire/boarding/index.blade.php | 62 ++++++++++--------- 1 file changed, 34 insertions(+), 28 deletions(-) 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