We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc89c48 commit 0134682Copy full SHA for 0134682
client/dashboard/components/summary-button-list/index.tsx
@@ -35,7 +35,7 @@ export function SummaryButtonList( {
35
} );
36
const header = (
37
<VStack spacing={ 4 }>
38
- <h2 className="client-dashboard-components-summary-button-list__heading">{ title }</h2>
+ <h3 className="client-dashboard-components-summary-button-list__heading">{ title }</h3>
39
{ description && <Text variant="muted">{ description }</Text> }
40
</VStack>
41
);
0 commit comments