show color if team is dead
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 25s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 14s

This commit is contained in:
2025-06-21 23:42:54 +02:00
parent 29a80935ff
commit 7b5557bd76

View File

@ -50,7 +50,7 @@
<div class="flex items-center gap-x-2">
<div
class="rounded-sm min-w-3 w-3 min-h-3 h-3"
style="background-color: {team.memberOne.dead && team.memberTwo.dead ? null : team.color}"
style="background-color: {team.color}"
></div>
<h3
class="text-xs sm:text-xl break-all"