Skip to content

Commit 9711166

Browse files
committed
docs(storybook/main): remove version
1 parent bfd3fa9 commit 9711166

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.storybook/manager.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import { addons } from '@storybook/addons';
22
import { create } from '@storybook/theming';
33

4-
import { version } from '../package.json';
5-
64
addons.setConfig({
75
theme: create({
8-
brandTitle: `React Table Library (v${version})`,
6+
brandTitle: 'React Table Library',
97
brandUrl: 'https://github.com/table-library/react-table-library',
108
}),
119
showPanel: false,

0 commit comments

Comments
 (0)