mirror of
https://github.com/apache/superset.git
synced 2026-06-01 05:39:17 +00:00
changed metric heading from h1 to h3 (#3696)
This commit is contained in:
committed by
Maxime Beauchemin
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}`}
|
||||
|
||||
Reference in New Issue
Block a user