feat: Update LobbyComponent to use icons for player removal buttons
This commit is contained in:
@@ -103,14 +103,14 @@ const profileIcon = 'person';
|
||||
<q-btn
|
||||
v-if="player.id !== (<LobbyInfo>ig.data).self.id"
|
||||
color="negative"
|
||||
label="Remove"
|
||||
icon="sports_martial_arts"
|
||||
@click="handleKickPlayer(player)"
|
||||
class="full-width"
|
||||
/>
|
||||
<q-btn
|
||||
v-else
|
||||
color="negative"
|
||||
label="Remove (Cannot Kick Self)"
|
||||
icon="sports_martial_arts"
|
||||
disable
|
||||
class="full-width"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user