This commit is contained in:
Andras Bacsai
2022-04-07 19:17:03 +02:00
parent 4e819f6eba
commit 61716738ed
6 changed files with 16 additions and 16 deletions

View File

@@ -56,7 +56,7 @@
{/each}
</div>
{#if otherApplications.length > 0 && $session.teamId === '0'}
<div class="text-xl font-bold pb-5 pt-10 px-6">Other Team's</div>
<div class="text-xl font-bold pb-5 pt-10 px-6">Others</div>
<div class="flex flex-col md:flex-row flex-wrap px-2 justify-center">
{#each otherApplications as application}
<Application {application} />