Skip to content

Commit

Permalink
[Upd] Make horizontal navigation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 2, 2022
1 parent c3d2fef commit 2ea94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const globalTypes = {
horizontalNavBar: {
name: "Toggle Horizontal Navigation Bar",
description: "Set the navigation bar to horizontal",
defaultValue: false,
defaultValue: true,
control: { type: "boolean" },
},
timeOut: {
Expand Down

0 comments on commit 2ea94cd

Please sign in to comment.