Skip to content

Commit

Permalink
fix(sb): update storybook refs for react and web components (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Jan 8, 2025
1 parent 473596b commit b8c3cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const config = {
refs: {
'web-components': {
title: 'Web Components',
url: 'web-components/index.html',
url: 'https://labs.carbondesignsystem.com/web-components',
},
react: {
title: 'React components',
url: 'react/index.html',
url: 'https://labs.carbondesignsystem.com/react',
},
},
};
Expand Down

0 comments on commit b8c3cce

Please sign in to comment.