File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const query = gql`
4747`
4848```
4949
50- ** [ ⚡️ See live example on CodeSandbox] ( https://codesandbox.io/s/l42jqm319l ) **
50+ ** ⚡️ [ See live example on CodeSandbox] ( https://codesandbox.io/s/l42jqm319l ) **
5151
5252## Motivation
5353
@@ -129,9 +129,9 @@ const ArticleList = ({ articles }) => (
129129export default ArticleList
130130```
131131
132- ** [ ⚡️ See live example on CodeSandbox] ( https://codesandbox.io/s/l42jqm319l ) **
132+ ** ⚡️ [ See live example on CodeSandbox] ( https://codesandbox.io/s/l42jqm319l ) **
133133
134- ** [ ⚡️ See React example in this repository] ( https://github.com/smooth-code/fraql/tree/master/examples/react ) **
134+ ** ⚡️ [ See React example in this repository] ( https://github.com/smooth-code/fraql/tree/master/examples/react ) **
135135
136136## Mocking
137137
@@ -214,7 +214,7 @@ const props = mocker.mockFragments(ArticleCard.fragments)
214214const articleCard = < ArticleCard {... props} / >
215215```
216216
217- ** [ ⚡️ See StoryBook example in this repository] ( https://github.com/smooth-code/fraql/tree/master/examples/react ) **
217+ ** ⚡️ [ See StoryBook example in this repository] ( https://github.com/smooth-code/fraql/tree/master/examples/react ) **
218218
219219## Recipes
220220
You can’t perform that action at this time.
0 commit comments