Skip to content

Commit c173504

Browse files
author
Gilgamesh
committed
updated ux of buttons in webrtc
1 parent 3b6f9a6 commit c173504

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/client/components/main/WebRTC-composer/WebRTCSessionEntryForm.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ const WebRTCSessionEntryForm: React.FC<Props> = (props: Props) => {
4949
id="rest-method"
5050
aria-haspopup="true"
5151
aria-controls="dropdown-menu"
52-
onClick={() =>
53-
setEntryTypeDropdownIsActive(!entryTypeDropdownIsActive)
54-
}
52+
// onClick={() =>
53+
// setEntryTypeDropdownIsActive(!entryTypeDropdownIsActive)
54+
// }
5555
>
5656
<span>{newRequestWebRTC.webRTCEntryMode}</span>
57-
<span className="icon is-medium">
57+
{/* <span className="icon is-medium">
5858
<img
5959
src={dropDownArrow}
6060
className="arrow-drop-down is-awesome-icon"
6161
aria-hidden="true"
6262
alt="dropdown arrow"
6363
/>
64-
</span>
64+
</span> */}
6565
</button>
6666
</div>
6767

0 commit comments

Comments
 (0)