Skip to content

Commit 024ee42

Browse files
committed
Add gif
1 parent 9719d27 commit 024ee42

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
:fire: Example of react application to access WordPress REST API
44

5-
## Post Listings Demo :video_camera:
5+
## Dashboard Demo
66

7-
![](render-posts.gif)
7+
![](demo-dashboard.gif)
88

9-
## Create a new Post Demo :video_camera:
9+
## Post Listings Demo :video_camera:
1010

11-
![](create-post.gif)
11+
![](render-posts.gif)
1212

1313
## Installation
1414

Diff for: create-post.gif

-96.8 KB
Binary file not shown.

Diff for: demo-dashboard.gif

8.36 MB
Loading

Diff for: src/components/dashboard/posts/CreatePost.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CreatePost extends React.Component {
2020
}
2121

2222
createMarkup = ( data ) => ({
23-
_html: data
23+
__html: data
2424
});
2525

2626
handleFormSubmit = ( event ) => {

0 commit comments

Comments
 (0)