add page title class

This commit is contained in:
emizzle 2018-08-10 12:46:16 +10:00
parent 2c377a2f64
commit 3eca1e6c91

View File

@ -126,7 +126,7 @@ class FiddleContainer extends Component {
return (
<React.Fragment>
<h1>Fiddle</h1>
<h1 className="page-title">Fiddle</h1>
<p>Play around with contract code and deploy against your running node.</p>
{renderings}
</React.Fragment>