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 9, 2023
1 parent 76f67b3 commit 781d2c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3246,7 +3246,7 @@ class RoomClient {
title: 'Recording',
html: `
<div style="text-align: left;">
🔴 &nbsp; Recording Info: <br/><br/>
🔴 Recording Info: <br/><br/>
<ul>
<li>Time: ${recTime.innerText}</li>
<li>File: ${recFileName}</li>
Expand Down
4 changes: 3 additions & 1 deletion public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ <h1>Loading</h1>
<hr style="border: 1px solid grey" />
<table class="settingsTable">
<tr>
<td><i style="color: red" class="fa-solid fa-circle"></i>&nbsp;&nbsp;REC time:</td>
<td>
<i style="color: red" class="fa-solid fa-circle pulsate"></i>&nbsp;&nbsp;REC time:
</td>
<td id="recordingStatus">0s</td>
</tr>
</table>
Expand Down

0 comments on commit 781d2c1

Please sign in to comment.