Skip to content

Commit

Permalink
docs(coachindicator): fix directory in side nav (#3431)
Browse files Browse the repository at this point in the history
removes the "components/" prefix from the `title` key in the default
coachindicator
  • Loading branch information
marissahuysentruyt authored Dec 6, 2024
1 parent 27d01df commit 838532e
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 { Template } from "./template";
* The coach indicator component can be used to bring added attention to specific parts of a page.
*/
export default {
title: "components/Coach indicator",
title: "Coach indicator",
component: "CoachIndicator",
argTypes: {
isQuiet: {
Expand Down

0 comments on commit 838532e

Please sign in to comment.