mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
fix(v2): refactor icons in theme-classic, fix swizzle issue (#3854)
* fix(v2): refactor icons in theme-classic, fix swizzle issue * apply review suggestion * fix IconMenu className
This commit is contained in:
parent
915f949c25
commit
397fde0b2f
14 changed files with 156 additions and 72 deletions
|
@ -147,6 +147,9 @@ const swizzleAllowedComponents = [
|
|||
'Footer',
|
||||
'NotFound',
|
||||
'SearchBar',
|
||||
'IconArrow',
|
||||
'IconEdit',
|
||||
'IconMenu',
|
||||
'hooks/useTheme',
|
||||
'prism-include-languages',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue