Skip to content

Commit

Permalink
Merge pull request #274 from SelectQuoteLabs/issue/262-broken-storybo…
Browse files Browse the repository at this point in the history
…ok-logo

docs: ✏️ Fix broken logo image in storybook (top left)
  • Loading branch information
Sean Groff authored May 21, 2021
2 parents 0164b4d + d24334a commit ea4859d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/selectQuoteTheme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {create} from '@storybook/theming/create';
import SQLogo from '../src/images/SQ-logo-slogan.png';

export default create({
base: 'light',
brandImage: require('../src/images/SQ-logo-slogan.png')
brandImage: SQLogo
});

0 comments on commit ea4859d

Please sign in to comment.