Skip to content

Commit

Permalink
fix: imported img asset needs to come from /dist/ in @cbpds/vanilla n…
Browse files Browse the repository at this point in the history
…ode module with updated 'exports' field in vanilla package.json in workspaces
  • Loading branch information
dannyk3941 committed Sep 14, 2023
1 parent f23c1f0 commit 4c23210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/.storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { addons } from '@storybook/addons';
import { create } from '@storybook/theming'

import cbpLogo from '@cbpds/vanilla/assets/images/CBP_SEAL.svg'
import cbpLogo from '@cbpds/vanilla/dist/assets/images/CBP_SEAL.svg'

const theme = create({
base: 'light',
Expand Down

0 comments on commit 4c23210

Please sign in to comment.