mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-25 01:41:46 +00:00
Set team nickname size
This commit is contained in:
parent
93712b407c
commit
eb08ec9976
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
{wins.value}/5
|
||||
</div>
|
||||
</Row>
|
||||
<h2>{nickname.value}</h2>
|
||||
<h2 style="font-size: 3vmin">{nickname.value}</h2>
|
||||
<Row style="margin-top: 10vh">
|
||||
{new Array(3).fill(0).map((_, i) => (
|
||||
<CharacterSlot
|
||||
|
|
Loading…
Reference in a new issue