Skip to content

Commit 379255a

Browse files
committed
chore: remove fluent logo
1 parent 1b932dc commit 379255a

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

apps/public-docsite-v9-headless/.storybook/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = /** @type {Omit<import('../../../.storybook/main'), 'typescript
1010
// headless package stories
1111
'../../../packages/react-components/react-headless-components-preview/stories/src/**/index.stories.@(ts|tsx)',
1212
],
13-
staticDirs: ['../public'],
1413
addons: [...rootMain.addons],
1514
build: {
1615
previewUrl: process.env.DEPLOY_PATH,

apps/public-docsite-v9-headless/.storybook/theme.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { create } from 'storybook/theming';
22

3-
import logo from '../public/fluentui-logo.svg';
4-
53
/**
64
* Theming and branding the storybook to fluent. Taken from https://storybook.js.org/docs/react/configure/theming
75
*/
@@ -37,7 +35,6 @@ const theme = create({
3735
brandTitle: 'Fluent UI Headless Components',
3836
brandUrl:
3937
'https://github.com/microsoft/fluentui/tree/master/packages/react-components/react-headless-components-preview',
40-
brandImage: logo,
4138
});
4239

4340
export default theme;

apps/public-docsite-v9-headless/public/fluentui-logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)