We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b932dc commit 013d0adCopy full SHA for 013d0ad
apps/public-docsite-v9-headless/.storybook/theme.js
@@ -1,7 +1,5 @@
1
import { create } from 'storybook/theming';
2
3
-import logo from '../public/fluentui-logo.svg';
4
-
5
/**
6
* Theming and branding the storybook to fluent. Taken from https://storybook.js.org/docs/react/configure/theming
7
*/
@@ -37,7 +35,6 @@ const theme = create({
37
35
brandTitle: 'Fluent UI Headless Components',
38
36
brandUrl:
39
'https://github.com/microsoft/fluentui/tree/master/packages/react-components/react-headless-components-preview',
40
- brandImage: logo,
41
});
42
43
export default theme;
apps/public-docsite-v9-headless/public/fluentui-logo.svg
0 commit comments