Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 6, 2023
1 parent 7a74438 commit 044de76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ <h1>Loading</h1>
</div>

<div id="tabRoom" class="tabcontent">
<br />
<button id="fullScreenButton" class="hidden">
<i class="fas fa-expand-alt"></i>
<p>Full screen mode</p>
Expand Down Expand Up @@ -250,7 +249,6 @@ <h1>Loading</h1>
</div>

<div id="tabRecording" class="tabcontent">
<br />
<button id="startRecButton" class="hidden">
<i class="fas fa-record-vinyl"></i>
<p>Start recording</p>
Expand Down Expand Up @@ -278,7 +276,6 @@ <h1>Loading</h1>
</div>

<div id="tabVideoShare" class="tabcontent">
<br />
<button id="videoShareButton">
<i class="fab fa-youtube"></i>
<p>Share a Video or Audio</p>
Expand Down Expand Up @@ -350,6 +347,7 @@ <h1>Loading</h1>
<option value="top">Top</option>
</select>
</div>
<br />
</div>

<div id="tabLanguages" class="tabcontent">
Expand Down

0 comments on commit 044de76

Please sign in to comment.