Configurable title
parent
be4331714b
commit
5c9ee3a495
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue