summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/create_post.jsx')
-rw-r--r--web/react/components/create_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index 48b6594a1..9d7a19554 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -477,7 +477,7 @@ class CreatePost extends React.Component {
className='send-button theme'
onClick={this.handleSubmit}
>
- <i className='fa fa-paper-plane' />
+ <i className='fa fa-paper-plane'/>
</a>
{tutorialTip}
</div>