Skip to content

Commit 642f78c

Browse files
committed
Remove chat button
1 parent 43c338a commit 642f78c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

frontend/src/components/MatchMakeBtn/MatchMakeBtn.component.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ const MatchMakeBtn = () => {
4949
icon={<Icon as={DisconnectIcon} />}
5050
/>
5151
</Tooltip>
52-
<Tooltip label="Open Chat" aria-label="collaborate">
53-
<IconButton
54-
aria-label="open_chat"
55-
colorScheme="teal"
56-
icon={<ChatIcon />}
57-
/>
58-
</Tooltip>
5952
</ButtonGroup>
6053
) : (
6154
<Menu>
@@ -68,13 +61,15 @@ const MatchMakeBtn = () => {
6861
<MenuButton as={Button} isLoading={isMatching}>
6962
Collaborate
7063
</MenuButton>
64+
<Tooltip label="Reconnect" aria-label="collaborate">
7165
<IconButton
7266
aria-label="reconnect"
7367
icon={<RepeatClockIcon />}
7468
variant="outline"
7569
onClick={restoreRoom}
7670
isLoading={isMatching}
7771
/>
72+
</Tooltip>
7873
</ButtonGroup>
7974
)}
8075

0 commit comments

Comments
 (0)