Skip to content

Commit

Permalink
Merge pull request #1358 from formido/patch-1
Browse files Browse the repository at this point in the history
Fix pointer to Button definition location
  • Loading branch information
shilman authored Jun 26, 2017
2 parents be77100 + fcdc98e commit 6b87d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/src/demo/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Welcome = props =>
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> component
located at <InlineCode>src/stories/Button.js</InlineCode>.)
located at <InlineCode>src/stories/index.js</InlineCode>.)
</p>
<p>
Usually we create stories with smaller UI components in the app.<br />
Expand Down

0 comments on commit 6b87d3d

Please sign in to comment.