Browse Source

fix(jitsi-logo): URL

master
Hristo Terezov 5 years ago
parent
commit
6bd64ee552
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 var interfaceConfig = {
4 4
     DEFAULT_BACKGROUND: '#474747',
5
-    DEFAULT_LOGO_URL: '../images/watermark.png',
5
+    DEFAULT_LOGO_URL: 'images/watermark.png',
6 6
 
7 7
     /**
8 8
      * Whether or not the blurred video background for large video should be

Loading…
Cancel
Save