mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
Tweaked Welcome message and snapshot to fix the build
This commit is contained in:
parent
6b87d3d66c
commit
8e6df76a2e
@ -63,7 +63,7 @@ const Welcome = props =>
|
||||
<br />
|
||||
You can also edit those components and see changes right away.
|
||||
<br />
|
||||
(Try editing the <InlineCode>Button</InlineCode> component
|
||||
(Try editing the <InlineCode>Button</InlineCode> stories
|
||||
located at <InlineCode>src/stories/index.js</InlineCode>.)
|
||||
</p>
|
||||
<p>
|
||||
|
@ -79,11 +79,11 @@ exports[`Storyshots Welcome to Storybook 1`] = `
|
||||
>
|
||||
Button
|
||||
</code>
|
||||
component located at
|
||||
stories located at
|
||||
<code
|
||||
className="css-mteq83"
|
||||
>
|
||||
src/stories/Button.js
|
||||
src/stories/index.js
|
||||
</code>
|
||||
.)
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user