Skip to content

Commit

Permalink
[mirotalkbro] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 24, 2025
1 parent aa93721 commit 2d40a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions public/views/broadcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
</div>
<div class="container">
<video class="not-selectable" poster="../assets/images/loader.gif"></video>
<div class="video-off">
<img id="videoOff" class="video-off" src="../assets/images/videoOff.png" />
</div>
<img id="videoOff" class="video-off" src="../assets/images/videoOff.png" />
</div>
<label id="recordingLabel" class="pulse">🔴 REC: <span id="recordingTime">0S</span></label>
<div id="broadcastButtons" class="broadcast-buttons">
Expand Down
4 changes: 1 addition & 3 deletions public/views/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
</div>
<div class="container">
<video class="not-selectable"></video>
<div class="video-off">
<img id="videoOff" class="video-off" src="../assets/images/videoOff.png" />
</div>
<img id="videoOff" class="video-off" src="../assets/images/videoOff.png" />
<div id="awaitingBroadcaster" class="awaiting-broadcaster center pulse">
Awaiting the broadcaster...
</div>
Expand Down

0 comments on commit 2d40a10

Please sign in to comment.