summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_header_post.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/rhs_header_post.jsx')
-rw-r--r--web/react/components/rhs_header_post.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/rhs_header_post.jsx b/web/react/components/rhs_header_post.jsx
index 5156ec4d7..f55c4095e 100644
--- a/web/react/components/rhs_header_post.jsx
+++ b/web/react/components/rhs_header_post.jsx
@@ -65,6 +65,7 @@ export default class RhsHeaderPost extends React.Component {
aria-label='Close'
onClick={this.handleClose}
>
+ <i className='fa fa-sign-out'/>
</button>
</div>
);