Skip to content

Commit

Permalink
rename ThemeClassNames for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 26, 2024
1 parent 2425144 commit ad929c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function BlogAuthorsPostsPage(props: Props): JSX.Element {
<HtmlClassNameProvider
className={clsx(
ThemeClassNames.wrapper.blogPages,
ThemeClassNames.page.blogAuthorPostListPage,
ThemeClassNames.page.blogAuthorsPostsPage,
)}>
<Metadata {...props} />
<Content {...props} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ThemeClassNames = {
blogTagsListPage: 'blog-tags-list-page',
blogTagPostListPage: 'blog-tags-post-list-page',
blogAuthorsListPage: 'blog-authors-list-page',
blogAuthorPostListPage: 'blog-authors-post-list-page',
blogAuthorsPostsPage: 'blog-authors-posts-page',

docsDocPage: 'docs-doc-page',
docsTagsListPage: 'docs-tags-list-page',
Expand Down

0 comments on commit ad929c0

Please sign in to comment.