Skip to content

Commit

Permalink
Merge pull request #133 from emulsify-ds/fix-logo-src
Browse files Browse the repository at this point in the history
Fix the Emulsify logo src
  • Loading branch information
amazingrando authored Jul 25, 2024
2 parents 5e1b43b + d99a987 commit d9b4611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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',
});
2 changes: 1 addition & 1 deletion src/components/tokens/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 17 Jun 2024 23:59:55 GMT
* Generated on Mon, 22 Jul 2024 17:58:36 GMT
*/

:root {
Expand Down

0 comments on commit d9b4611

Please sign in to comment.