Skip to content

Commit 49762fe

Browse files
committed
[FE] feat: VoiceChannelController에 actions 관련한 버튼 컴포넌트 추가 (#74)
1 parent 17ad368 commit 49762fe

File tree

1 file changed

+3
-0
lines changed
  • src/frontend/src/components/guild/VoiceChannelController

1 file changed

+3
-0
lines changed

src/frontend/src/components/guild/VoiceChannelController/index.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { BsFillTelephoneXFill } from 'react-icons/bs';
33
import { useChannelInfoStore } from '@/stores/channelInfo';
44
import { useGuildInfoStore } from '@/stores/guildInfo';
55

6+
import VoiceChannelActions from '../VoiceChannelActions';
7+
68
import * as S from './styles';
79

810
const VoiceChannelController = () => {
@@ -20,6 +22,7 @@ const VoiceChannelController = () => {
2022
</S.InfoText>
2123
<BsFillTelephoneXFill size={20} />
2224
</S.ConnectStatusWrapper>
25+
<VoiceChannelActions />
2326
</S.VoiceChannelController>
2427
);
2528
};

0 commit comments

Comments
 (0)