feat(players): make startgg import button icon-only

This commit is contained in:
Pandipipas
2026-02-17 18:17:18 +01:00
parent 23846acd99
commit 0fb8f044ae
+6 -2
View File
@@ -686,9 +686,13 @@ onBeforeUnmount(() => {
<QBtn
color="primary"
unelevated
label="Importar jugadores"
round
icon="person_add"
aria-label="Importar jugadores"
@click="openSelectedTournamentImportDialog"
/>
>
<QTooltip>Importar jugadores</QTooltip>
</QBtn>
</div>
</div>
</QCard>