Skip to content

Commit

Permalink
Remove useless swizzle config for Admonition/Icon/Caution
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Sep 14, 2023
1 parent 4549cd0 commit 3f6dd84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/docusaurus-theme-classic/src/getSwizzleConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ export default function getSwizzleConfig(): SwizzleConfig {
},
description: 'The folder containing all admonition icons',
},
'Admonition/Icon/Caution': {
actions: {
eject: 'safe',
wrap: 'safe',
},
description: 'The admonition caution icon',
},
'Admonition/Icon/Danger': {
actions: {
eject: 'safe',
Expand Down

0 comments on commit 3f6dd84

Please sign in to comment.