mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +00:00
capitalize yes/no on traitor display
This commit is contained in:
@@ -186,7 +186,7 @@ export class PlayerPanel extends LitElement implements Layer {
|
|||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<div class="text-white text-opacity-80 text-sm px-2">Traitor</div>
|
<div class="text-white text-opacity-80 text-sm px-2">Traitor</div>
|
||||||
<div class="bg-opacity-50 bg-gray-700 rounded p-2 text-white">
|
<div class="bg-opacity-50 bg-gray-700 rounded p-2 text-white">
|
||||||
${other.isTraitor() ? "yes" : "no"}
|
${other.isTraitor() ? "Yes" : "No"}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user