diff options
Diffstat (limited to 'app/client/dashboard')
| -rw-r--r-- | app/client/dashboard/dashboardHeader.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboardHeader.component.js b/app/client/dashboard/dashboardHeader.component.js index 3d4d31f..508cbfa 100644 --- a/app/client/dashboard/dashboardHeader.component.js +++ b/app/client/dashboard/dashboardHeader.component.js @@ -16,7 +16,7 @@ class DashboardHeader extends Component { const { site } = this.props return ( <div class='dashboardHeader heading'> - <h3>{site.name}</h3> + <h1>{site.name} cortex</h1> {this.renderGPUStatus()} </div> ) |
