Merge pull request #888 from Rados51/883

Fixes coollabsio/coolify#883
This commit is contained in:
Andras Bacsai
2023-02-08 15:00:57 +01:00
committed by GitHub

View File

@@ -105,7 +105,7 @@
{#if ownSources.length > 0 || otherSources.length > 0} {#if ownSources.length > 0 || otherSources.length > 0}
<div class="title pb-8">Integrated with Git App</div> <div class="title pb-8">Integrated with Git App</div>
{/if} {/if}
{#if ownSources.length > 0} {#if ownSources.length > 0 || otherSources.length > 0}
<div class="flex flex-wrap justify-center"> <div class="flex flex-wrap justify-center">
<div class="flex flex-col lg:flex-row lg:flex-wrap justify-center"> <div class="flex flex-col lg:flex-row lg:flex-wrap justify-center">
{#each ownSources as source} {#each ownSources as source}