Skip to content

Commit e6ade5c

Browse files
authored
Remove font awesome link from demo (#1523)
1 parent 41556f4 commit e6ade5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ <h2>Livekit Sample App</h2>
8383
</div>
8484
<div>
8585
<input type="checkbox" class="form-check-input" id="multicodec-simulcast" />
86-
<label for="multicodec-simulcast" class="form-check-label">MultiCodec-Simulcast </label>
86+
<label for="multicodec-simulcast" class="form-check-label"
87+
>MultiCodec-Simulcast
88+
</label>
8789
</div>
8890
</div>
8991

@@ -306,7 +308,5 @@ <h3>Chat</h3>
306308
</div>
307309
</div>
308310
<script src="./demo.ts" type="module"></script>
309-
<!-- for icons -->
310-
<script src="https://kit.fontawesome.com/7c1c4c7e9c.js" crossorigin="anonymous"></script>
311311
</body>
312312
</html>

0 commit comments

Comments
 (0)