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',
|
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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue