show color if team is dead
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user