Skip to content

Commit

Permalink
feat: add Logo component to inverted codemod
Browse files Browse the repository at this point in the history
  • Loading branch information
Martí Malek committed Nov 2, 2023
1 parent 755d9da commit 9830629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codemods/inverted-to-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const ComponentNamesWithInvertedProp = [
'Datepicker',
'Tooltip',
'Text',
'Breadcrumbs'
'Breadcrumbs',
'Logo'
];

const WRAPPER_COMPONENT_NAME = 'InvertedColorScheme';
Expand Down

0 comments on commit 9830629

Please sign in to comment.