refactor(v2): rename class main-docs-wrapper to docs-wrapper (#4619)

This commit is contained in:
Sébastien Lorber 2021-04-15 18:56:41 +02:00 committed by GitHub
parent 2d89d5c84f
commit 073fdeae8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -18,7 +18,7 @@ export const ThemeClassNames = {
wrapper: {
main: 'main-wrapper',
blogPages: 'blog-wrapper',
docPages: 'main-docs-wrapper',
docPages: 'docs-wrapper',
mdxPages: 'mdx-wrapper',
},
};