File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
frontend/src/components/MatchMakeBtn Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ const MatchMakeBtn = () => {
49
49
icon = { < Icon as = { DisconnectIcon } /> }
50
50
/>
51
51
</ 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 >
59
52
</ ButtonGroup >
60
53
) : (
61
54
< Menu >
@@ -68,13 +61,15 @@ const MatchMakeBtn = () => {
68
61
< MenuButton as = { Button } isLoading = { isMatching } >
69
62
Collaborate
70
63
</ MenuButton >
64
+ < Tooltip label = "Reconnect" aria-label = "collaborate" >
71
65
< IconButton
72
66
aria-label = "reconnect"
73
67
icon = { < RepeatClockIcon /> }
74
68
variant = "outline"
75
69
onClick = { restoreRoom }
76
70
isLoading = { isMatching }
77
71
/>
72
+ </ Tooltip >
78
73
</ ButtonGroup >
79
74
) }
80
75
You can’t perform that action at this time.
0 commit comments