mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-28 12:34:36 +00:00
ui: fix
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
</div>
|
||||
{:else}
|
||||
<div class="flex flex-col">
|
||||
{#if $session.teamId === '0' && ownDestinations.length > 0}
|
||||
<div class="text-xl font-bold pb-5 px-1">Your Team's Destinations</div>
|
||||
{#if $session.teamId === '0' && ownDestinations.length > 0 && otherDestinations.length > 0}
|
||||
<div class="text-xl font-bold pb-5 px-6">Current Team</div>
|
||||
{/if}
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each ownDestinations as destination}
|
||||
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
|
||||
{#if otherDestinations.length > 0 && $session.teamId === '0'}
|
||||
<div class="text-xl font-bold pb-5 px-1 pt-10 px-6">Other Team's Destinations</div>
|
||||
<div class="text-xl font-bold pb-5 pt-10 px-6">Other Team's</div>
|
||||
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
|
||||
{#each otherDestinations as destination}
|
||||
<a href="/destinations/{destination.id}" class="no-underline p-2 w-96">
|
||||
|
||||
Reference in New Issue
Block a user