diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:45:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:45:00 +0200 |
| commit | 9871cd35c31e77fac9ed484f80783e3267573016 (patch) | |
| tree | 33101bf486a938c83c11a10f4a735758ecc99e1b /app/client/system | |
| parent | a75c5412e6731d01c9753ec22eda156b66a3dc93 (diff) | |
funky css
Diffstat (limited to 'app/client/system')
| -rw-r--r-- | app/client/system/system.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index d0e6d48..57a82e5 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -47,7 +47,7 @@ class System extends Component { return ( <div className='system'> <div className='heading'> - <h2>{site.name} System</h2> + <h1>{site.name} system</h1> </div> <div className='row params'> |
