Fix jitsi logo references
This commit is contained in:
parent
aba0d45db5
commit
9d89bfe264
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ class ModularWidgets {
|
|||
},
|
||||
{
|
||||
type: 'jitsi',
|
||||
icon: 'http://localhost:8000/static/jitsi.png',
|
||||
icon: 'http://localhost:8000/static/jitsi.svg',
|
||||
name: 'jitsi',
|
||||
description: 'Jitsi video conference',
|
||||
},
|
||||
{
|
||||
type: 'vrdemo',
|
||||
icon: 'http://localhost:8000/static/jitsi.png',
|
||||
icon: 'http://localhost:8000/static/jitsi.svg',
|
||||
name: 'vrdemo',
|
||||
description: 'Matrix VR Demo',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue