Skip to content

Commit

Permalink
Change template browser heading levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 31, 2022
1 parent 5f97cda commit 623e6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/list/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Header( { templateType } ) {

return (
<header className="edit-site-list-header">
<Heading level={ 1 } className="edit-site-list-header__title">
<Heading level={ 2 } className="edit-site-list-header__title">
{ postType.labels?.name }
</Heading>

Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/list/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Table( { templateType } ) {
role="row"
>
<td className="edit-site-list-table-column" role="cell">
<Heading level={ 4 }>
<Heading level={ 3 } size={ 16 }>
<Link
params={ {
postId: template.id,
Expand Down

0 comments on commit 623e6bd

Please sign in to comment.