Skip to content

Commit d8d0563

Browse files
committed
fix: use proper title
1 parent be220e7 commit d8d0563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storybook/src/stories/list-view-subheader.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ScoutListViewSubheader } from "@scouterna/ui-react";
22
import preview from "#.storybook/preview";
33

44
const meta = preview.meta({
5-
title: "Uncategorized/List-View-Subheader",
5+
title: "Interaction/List View Subheader",
66
component: ScoutListViewSubheader,
77
parameters: {
88
layout: "centered",

0 commit comments

Comments
 (0)