Fix players button title
This commit is contained in:
parent
c105b93c58
commit
01907f22a0
@ -22,7 +22,7 @@
|
|||||||
<SvgIcon name="maps"></SvgIcon>
|
<SvgIcon name="maps"></SvgIcon>
|
||||||
</button>
|
</button>
|
||||||
<button v-if="playerMakersEnabled" :class="{'button--players': true}" @click="togglePlayers"
|
<button v-if="playerMakersEnabled" :class="{'button--players': true}" @click="togglePlayers"
|
||||||
title="messagePlayers" :aria-label="messagePlayers" :aria-expanded="playersVisible"
|
:title="messagePlayers" :aria-label="messagePlayers" :aria-expanded="playersVisible"
|
||||||
@keydown="handlePlayersKeydown">
|
@keydown="handlePlayersKeydown">
|
||||||
<SvgIcon name="players"></SvgIcon>
|
<SvgIcon name="players"></SvgIcon>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user