Don't use team name in the header
This commit is contained in:
@ -69,7 +69,7 @@ class Layout extends React.Component {
|
||||
|
||||
<div className={ cx(styles.header) }>
|
||||
<div className={ styles.headerLeft }>
|
||||
<Link to="/" className={ styles.team }>{ user.team.name }</Link>
|
||||
<Link to="/" className={ styles.team }>Atlas</Link>
|
||||
<span className={ styles.title }>
|
||||
{ this.props.title }
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user