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