hypnagaga/.storybook/Theme.js
Jon McClure dce59da9c0 docs
2022-08-11 16:00:51 +01:00

9 lines
No EOL
364 B
JavaScript

import { create } from '@storybook/theming';
export default create({
base: 'light',
brandTitle: 'Reuters Graphics components',
brandUrl: 'https://reuters-graphics.github.io/graphics-components/',
brandImage: 'https://graphics.thomsonreuters.com/style-assets/images/logos/reuters-graphics-logo/svg/graphics-logo-color-dark.svg',
brandTarget: '_self',
});