diff --git a/packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap b/packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap index 3fbdedfc6a7..26fccb8be65 100644 --- a/packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap +++ b/packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap @@ -113,7 +113,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
We've added some basic stories inside the
-
+
src/stories
-
+
directory.
A story is a single state of one or more UI components. You can have as many stories as you want.
@@ -138,7 +138,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
See these sample
-
+
stories
-
+
for a component called
-
+
You can also edit those components and see changes right away.
- (Try editing the
+ (Try editing the
Button
- component located at
+ component located at
Have a look at the
-
+
React Storybook
-
+
repo for more information.