Skip to content

Commit

Permalink
chore: fix logo src
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Jul 22, 2024
1 parent 5e1b43b commit aadf8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/emulsifyTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ export default create({
brandTitle: 'Emulsify',
brandUrl: 'https://emulsify.info',
brandImage:
'https://raw.githubusercontent.com/emulsify-ds/emulsify-ui-kit/storybook-theming/images/emulsify-logo-sb.svg',
'https://raw.githubusercontent.com/emulsify-ds/emulsify-ui-kit/main/src/images/logo.svg',
brandTarget: '_self',
});

0 comments on commit aadf8ed

Please sign in to comment.