Skip to content

Commit

Permalink
fix: logo in storybook on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sapkra committed Mar 13, 2024
1 parent caabacf commit 9a00379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ const parameters: Preview['parameters'] = {
background: 'black',
appContentBg: 'black',
appBorderRadius: 14,
brandImage: '/assets/logo-dark.svg',
brandImage: 'assets/logo-dark.svg',
},
light: {
...themes.light,
...commonTheme,
appBorderRadius: 14,
brandImage: '/assets/logo-light.svg',
brandImage: 'assets/logo-light.svg',
},
},
};
Expand Down

0 comments on commit 9a00379

Please sign in to comment.