Skip to content

Commit 838532e

Browse files
docs(coachindicator): fix directory in side nav (#3431)
removes the "components/" prefix from the `title` key in the default coachindicator
1 parent 27d01df commit 838532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/coachindicator/stories/coachindicator.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Template } from "./template";
66
* The coach indicator component can be used to bring added attention to specific parts of a page.
77
*/
88
export default {
9-
title: "components/Coach indicator",
9+
title: "Coach indicator",
1010
component: "CoachIndicator",
1111
argTypes: {
1212
isQuiet: {

0 commit comments

Comments
 (0)