changed metric heading from h1 to h3 (#3696)

This commit is contained in:
Jeff Niu 2017-10-24 14:30:31 -07:00 committed by Maxime Beauchemin
parent 8d7e97a26e
commit ffdfdb94ab
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class TTestTable extends React.Component {
]);
return (
<div>
<h1>{metric}</h1>
<h3>{metric}</h3>
<Table
className="table"
id={`table_${metric}`}