We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd3fa9 commit 9711166Copy full SHA for 9711166
.storybook/manager.js
@@ -1,11 +1,9 @@
1
import { addons } from '@storybook/addons';
2
import { create } from '@storybook/theming';
3
4
-import { version } from '../package.json';
5
-
6
addons.setConfig({
7
theme: create({
8
- brandTitle: `React Table Library (v${version})`,
+ brandTitle: 'React Table Library',
9
brandUrl: 'https://github.com/table-library/react-table-library',
10
}),
11
showPanel: false,
0 commit comments