Skip to content

Commit

Permalink
[mirotalksfu] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 7, 2024
1 parent 38bbe6a commit ebbb4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ hr {
/* Custom avatar audio UI */

#audio-container {
margin-top: 10px;
margin-top: 20px;
color: #fff;
border-radius: 5px;
}
Expand Down
2 changes: 2 additions & 0 deletions public/views/Room.html
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,11 @@ <h1>Loading</h1>
<div id="audio-container">
<audio id="avatarPreviewAudio" controls></audio>
</div>
<hr />
<button id="avatarVideoAIStart" class="btn-custom">
<i class="fas fa-play"></i> Start Avatar Session
</button>
<hr />
</div>
</div>
</div>
Expand Down

0 comments on commit ebbb4ed

Please sign in to comment.