diff --git a/static/img/dragdrop.png b/static/img/dragdrop.png index 3e960d4..8300c54 100755 Binary files a/static/img/dragdrop.png and b/static/img/dragdrop.png differ diff --git a/static/img/foot-logo.png b/static/img/foot-logo.png index fafb9db..240e8d7 100755 Binary files a/static/img/foot-logo.png and b/static/img/foot-logo.png differ diff --git a/static/img/webrtc.png b/static/img/webrtc.png deleted file mode 100755 index d47e2e4..0000000 Binary files a/static/img/webrtc.png and /dev/null differ diff --git a/static/js/index.js b/static/js/index.js index b7f4fe8..b6f678d 100755 --- a/static/js/index.js +++ b/static/js/index.js @@ -193,7 +193,7 @@ function showSpinner() { function hideSpinner() { for (var i = 0; i < arguments.length; i++) { arguments[i].src = ''; - arguments[i].poster = './img/foot-logo.png'; + arguments[i].poster = './img/logo.png'; arguments[i].style.background = ''; } }