You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Fix jitsi logo references
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user