ui update

This commit is contained in:
Andras Bacsai
2023-08-29 10:11:18 +02:00
parent d04d41bc23
commit 2f9b7b188a
3 changed files with 4 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<div class="flex flex-col gap-2 pt-10">
@if ($current_step === 'github_apps')
<ul class="pb-10 steps">
<li class="step step-warning">Select a GitHub App</li>
<li class="step step-secondary">Select a GitHub App</li>
<li class="step">Select a Repository, Branch & Save</li>
</ul>
<div class="flex flex-col justify-center gap-2 text-left xl:flex-row">
@@ -49,8 +49,8 @@
@endif
@if ($current_step === 'repository')
<ul class="pb-10 steps">
<li class="step step-warning">Select a GitHub App</li>
<li class="step step-warning">Select a Repository, Branch & Save</li>
<li class="step step-secondary">Select a GitHub App</li>
<li class="step step-secondary">Select a Repository, Branch & Save</li>
</ul>
@if ($repositories->count() > 0)
<div class="flex items-end gap-2">