Fix import path and add LG widget

This commit is contained in:
Richard Lewis 2017-06-13 10:31:16 +01:00
parent b893887707
commit 2da30137ec
2 changed files with 9 additions and 1 deletions

View file

@ -78,6 +78,14 @@ const roomWidgetConfig = {
name: "Etherpad",
},
],
// Insurance room - !nTUetaZELiqWcWYshy:matrix.org
'!nTUetaZELiqWcWYshy:matrix.org': [
{
id: "lg",
url: "http://localhost:8000/lg.html",
name: "L&G Insurance Policy",
},
],
};
module.exports = React.createClass({