Skip to content

Commit 9f1aba0

Browse files
authored
chore: Update location of the knobs panel (#1624)
* chore: Update location of the knobs panel * Update .storybook/config.js * Update .storybook/config.js
1 parent be475c3 commit 9f1aba0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.storybook/config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ const req = require.context("../elements", true, /\.story\.js$/);
88
// Parameters: https://github.com/storybookjs/storybook/blob/next/docs/src/pages/configurations/options-parameter/index.md
99
addParameters({
1010
options: {
11-
panelPosition: "right",
11+
panelPosition: "bottom",
1212
theme: {
1313
brandTitle: "PatternFly Elements",
14-
brandUrl: "/"
14+
brandUrl: "patternflyelements.org",
15+
// brandImage: "/brand/logo/svg/pfe-icon-blue-shaded.svg",
1516
}
16-
}
17+
},
18+
layout: 'centered',
1719
});
1820

1921
function loadStories() {

0 commit comments

Comments
 (0)