Skip to content

Commit

Permalink
[mirotalksfu] - add imageUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Sep 13, 2022
1 parent 455418a commit 8030637
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added public/images/feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ function leaveFeedback() {
allowEscapeKey: false,
showDenyButton: true,
background: swalBackground,
imageUrl: image.feedback,
title: 'Leave a feedback',
text: 'Do you want to rate your MiroTalk experience?',
confirmButtonText: `Yes`,
Expand Down
1 change: 1 addition & 0 deletions public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const image = {
message: '../images/message.png',
share: '../images/share.png',
exit: '../images/exit.png',
feedback: '../images/feedback.png',
};

const mediaType = {
Expand Down

0 comments on commit 8030637

Please sign in to comment.