Improve status tab error layout
This commit is contained in:
parent
18aff3ded6
commit
8a2fbaca7f
3 changed files with 26 additions and 26 deletions
|
@ -21,7 +21,7 @@ export default class ChatTitle extends PureComponent {
|
|||
|
||||
let serverError = null;
|
||||
if (!tab.name && status.error) {
|
||||
serverError = <span className="error">Error! {status.error}</span>;
|
||||
serverError = <span className="chat-topic error">Error: {status.error}</span>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue