diff --git a/build/app-bundle.js b/build/app-bundle.js index 6e9a8e2..13dda68 100755 --- a/build/app-bundle.js +++ b/build/app-bundle.js @@ -1265,8 +1265,8 @@ module.exports = NewPostModalButton = React.createClass({displayName: "NewPostMo React.createElement(Modal, {bsStyle: "primary", title: React.createElement(Glyphicon, {glyph: "pencil"}), onRequestHide: this.handleToggle}, React.createElement("div", {className: "modal-body"}, React.createElement("form", {onSubmit: this.handleNewPost}, - React.createElement(Input, {type: "textarea", label: "Text Area", placeholder: "textarea"}), - React.createElement(Input, {type: "submit", value: "Submit button", "data-dismiss": "modal"}) + React.createElement(Input, {type: "textarea", label: "Write Something", placeholder: "textarea"}), + React.createElement(Input, {type: "submit", value: "Submit Post", "data-dismiss": "modal"}) ) ) ) diff --git a/jsx/home/NewPostModalButton.js b/jsx/home/NewPostModalButton.js index 17b5375..61b5d87 100755 --- a/jsx/home/NewPostModalButton.js +++ b/jsx/home/NewPostModalButton.js @@ -66,8 +66,8 @@ module.exports = NewPostModalButton = React.createClass({ } onRequestHide={this.handleToggle}>
- - + +
diff --git a/screenshots/conversation.png b/screenshots/conversation.png new file mode 100644 index 0000000..0e880b2 Binary files /dev/null and b/screenshots/conversation.png differ diff --git a/screenshots/following.png b/screenshots/following.png new file mode 100644 index 0000000..6f7dabd Binary files /dev/null and b/screenshots/following.png differ diff --git a/screenshots/home.png b/screenshots/home.png new file mode 100644 index 0000000..0a1c783 Binary files /dev/null and b/screenshots/home.png differ diff --git a/screenshots/mentions.png b/screenshots/mentions.png new file mode 100644 index 0000000..0b8aff9 Binary files /dev/null and b/screenshots/mentions.png differ diff --git a/screenshots/post.png b/screenshots/post.png new file mode 100644 index 0000000..a2cdc77 Binary files /dev/null and b/screenshots/post.png differ