Configurable title
This commit is contained in:
@@ -22,6 +22,7 @@ var config =
|
||||
background : 'images/background.jpg',
|
||||
// Add file and uncomment for adding logo to appbar
|
||||
// logo : 'images/logo.svg',
|
||||
title : 'Multiparty meeting',
|
||||
theme :
|
||||
{
|
||||
palette :
|
||||
|
||||
@@ -315,7 +315,7 @@ class Room extends React.PureComponent
|
||||
color='inherit'
|
||||
noWrap
|
||||
>
|
||||
Multiparty meeting
|
||||
{ window.config.title }
|
||||
</Typography>
|
||||
<div className={classes.grow} />
|
||||
<div className={classes.actionButtons}>
|
||||
|
||||
Reference in New Issue
Block a user