Remove hardwired "Server" header, make global one prettier

This commit is contained in:
Kyle Shockey
2017-11-30 14:34:01 -08:00
parent 21ff236e43
commit 0997c5e5d4
3 changed files with 7 additions and 5 deletions

View File

@@ -95,6 +95,7 @@ export default class BaseLayout extends React.Component {
{ servers && servers.size ? (
<div className="server-container">
<span className="servers-title">Server</span>
<Col className="servers wrapper" mobile={12}>
<Servers
servers={servers}