ui/fix: Insane amount

This commit is contained in:
Andras Bacsai
2022-04-08 10:35:16 +02:00
parent 76754ded79
commit 0d0715a340
22 changed files with 509 additions and 490 deletions

View File

@@ -68,7 +68,7 @@
<a href="/destinations/{destination.id}" class="no-underline p-2 w-96">
<div class="box-selection hover:bg-sky-600">
<div class="font-bold text-xl text-center truncate">{destination.name}</div>
{#if $session.teamId === '0'}
{#if $session.teamId === '0' && otherDestinations.length > 0}
<div class="text-center truncate">{destination.teams[0].name}</div>
{/if}
<div class="text-center truncate">{destination.network}</div>