diff --git a/frontend/src/components/game/PlayerList.tsx b/frontend/src/components/game/PlayerList.tsx index 731f6b6..311e081 100644 --- a/frontend/src/components/game/PlayerList.tsx +++ b/frontend/src/components/game/PlayerList.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { Card, Tag, theme, Button, Modal } from 'antd'; +import { Card, Tag, theme, Button, Modal, Tooltip } from 'antd'; import { getRoleNameWithEmoji } from '../../utils/roleUtils'; import { DeleteOutlined, ExclamationCircleOutlined } from '@ant-design/icons'; import type { Player } from '../../types'; @@ -63,20 +63,23 @@ function PlayerCard({ player, isMe, canKick, onKick }: PlayerCardProps) { }} > {canKick && ( -