hypnagaga/graphics-components-src/.storybook/Theme.ts

9 lines
259 B
TypeScript

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