fix
This commit is contained in:
parent
d7cfb84351
commit
1aaf44f9b0
@ -7,7 +7,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="pb-4 ">Deploy any public or private git repositories through a GitHub App.</div>
|
||||
@if ($github_apps->count() == 0)
|
||||
@if ($github_apps->count() !== 0)
|
||||
<div class="flex flex-col gap-2 pt-10">
|
||||
@if ($current_step === 'github_apps')
|
||||
<ul class="pb-10 steps">
|
||||
|
Loading…
x
Reference in New Issue
Block a user