Skip to content

Commit

Permalink
Merge pull request #223 from Mihaic100/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled authored Oct 18, 2021
2 parents 79ffb23 + e643f76 commit aeda740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/01-atoms/images/images.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const figures = () => figure(figureData);

const items = [];
svgIcons.keys().forEach((key) => {
const iconName = svgIcons(key).split('static/media/').pop().split('.')[0];
const iconName = svgIcons(key).split('images/icons/').pop().split('.')[0];
const icon = {};
icon.value = iconName;
items.push(icon);
Expand Down

0 comments on commit aeda740

Please sign in to comment.