Skip to content

Commit

Permalink
chore: add control panel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 5, 2021
1 parent c770fb1 commit a6f1639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import shareSVG from '@plone/volto/icons/share.svg';
import { socialSettingsReducer } from './reducers/socialSettingsReducer';
import SocialLinks from './components/SocialLinks/SocialLinks';
import SocialLinksWidget from './widget/SocialLinksWidget';
Expand All @@ -16,5 +17,7 @@ export default function applyConfig(config) {
socialSettings: socialSettingsReducer,
};

config.settings.controlPanelsIcons['social-settings'] = shareSVG;

return config;
}

0 comments on commit a6f1639

Please sign in to comment.