Skip to content

Commit

Permalink
docs(OnyxNavSeparator): fix Storybook title (#1109)
Browse files Browse the repository at this point in the history
Relates to #867
  • Loading branch information
larsrickert authored May 16, 2024
1 parent 691969e commit bfde50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import OnyxNavSeparator from "./OnyxNavSeparator.vue";
* Separator for the context area of the `OnyxNavBar`.
*/
const meta: Meta<typeof OnyxNavSeparator> = {
title: "support/Separator",
title: "support/NavSeparator",
...defineStorybookActionsAndVModels({
component: OnyxNavSeparator,
events: [],
Expand Down

0 comments on commit bfde50a

Please sign in to comment.