Fix jitsi logo references

This commit is contained in:
Richard Lewis 2017-06-19 11:36:15 +01:00
parent aba0d45db5
commit 9d89bfe264

View file

@ -14,13 +14,13 @@ class ModularWidgets {
}, },
{ {
type: 'jitsi', type: 'jitsi',
icon: 'http://localhost:8000/static/jitsi.png', icon: 'http://localhost:8000/static/jitsi.svg',
name: 'jitsi', name: 'jitsi',
description: 'Jitsi video conference', description: 'Jitsi video conference',
}, },
{ {
type: 'vrdemo', type: 'vrdemo',
icon: 'http://localhost:8000/static/jitsi.png', icon: 'http://localhost:8000/static/jitsi.svg',
name: 'vrdemo', name: 'vrdemo',
description: 'Matrix VR Demo', description: 'Matrix VR Demo',
}, },