Skip to content

Commit 0134682

Browse files
committed
change heading level
1 parent bc89c48 commit 0134682

File tree

1 file changed

+1
-1
lines changed
  • client/dashboard/components/summary-button-list

1 file changed

+1
-1
lines changed

client/dashboard/components/summary-button-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function SummaryButtonList( {
3535
} );
3636
const header = (
3737
<VStack spacing={ 4 }>
38-
<h2 className="client-dashboard-components-summary-button-list__heading">{ title }</h2>
38+
<h3 className="client-dashboard-components-summary-button-list__heading">{ title }</h3>
3939
{ description && <Text variant="muted">{ description }</Text> }
4040
</VStack>
4141
);

0 commit comments

Comments
 (0)