Skip to content

Commit

Permalink
fix: storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 19, 2023
1 parent 48ba238 commit 033de85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-kiwis-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/scripts-config-storybook-lib': patch
---

fix: icon url to support prefix
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ const defaultPreview = {
React.createElement(IconsProvider, {
key: 'icons-provider-decorator',
bundles: [
'/all.svg',
'/XS.svg',
'/S.svg',
'/M.svg',
'/L.svg',
'all.svg',
'XS.svg',
'S.svg',
'M.svg',
'L.svg',
]
}),
React.createElement(ToggleBootstrap, {
Expand Down

0 comments on commit 033de85

Please sign in to comment.