changed metric heading from h1 to h3 (#3696)
This commit is contained in:
parent
8d7e97a26e
commit
ffdfdb94ab
|
|
@ -205,7 +205,7 @@ class TTestTable extends React.Component {
|
|||
]);
|
||||
return (
|
||||
<div>
|
||||
<h1>{metric}</h1>
|
||||
<h3>{metric}</h3>
|
||||
<Table
|
||||
className="table"
|
||||
id={`table_${metric}`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue