Skip to content

Commit 20662bf

Browse files
authored
Update index.html
1 parent 9ef02e3 commit 20662bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<input type="checkbox" id="turn" name="turn" disabled="disabled"> <label for="turn">TURN</label>
134134
<a href="https://crates.io/crates/rtc-turn"><img src="https://img.shields.io/crates/v/rtc-turn.svg"></a>
135135
&nbsp;
136-
<input type="checkbox" id="ice" name="ice" disabled="disabled"> <label for="ice">ICE</label>
136+
<input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>
137137
<a href="https://crates.io/crates/rtc-ice"><img src="https://img.shields.io/crates/v/rtc-ice.svg"></a>
138138
<br>
139139
<input type="checkbox" id="sdp" name="sdp" disabled="disabled" checked="checked"> <label for="sdp">SDP</label>

0 commit comments

Comments
 (0)