summaryrefslogtreecommitdiffstats
path: root/webapp/components/create_post.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/create_post.jsx')
-rw-r--r--webapp/components/create_post.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/webapp/components/create_post.jsx b/webapp/components/create_post.jsx
index 1a7771b9b..997ba8065 100644
--- a/webapp/components/create_post.jsx
+++ b/webapp/components/create_post.jsx
@@ -772,14 +772,14 @@ export default class CreatePost extends React.Component {
>
{fileUpload}
{emojiPicker}
+ <a
+ className={sendButtonClass}
+ onClick={this.handleSubmit}
+ >
+ <i className='fa fa-paper-plane'/>
+ </a>
</span>
</div>
- <a
- className={sendButtonClass}
- onClick={this.handleSubmit}
- >
- <i className='fa fa-paper-plane'/>
- </a>
{tutorialTip}
</div>
<div className={postFooterClassName}>