Skip to content

Commit

Permalink
🚚 fix(react-input): Rename Storybook title.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleigh committed Mar 19, 2021
1 parent de965c4 commit 67e9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-input/docs/react-input.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Input } from '../lib/react-input';

export default {
title: 'Form/Input',
title: 'Components/Input',
component: Input,
}

Expand Down

0 comments on commit 67e9d67

Please sign in to comment.