summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_info_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-14 18:24:58 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-04-14 09:24:58 -0400
commitc3c49e49b4b8694a7f199f567589b040d96c3926 (patch)
tree754914131111ba4a6b1801fc31dcc01e96e8c732 /webapp/components/channel_info_modal.jsx
parent4b3d81441b2e7611afecbbb8a2f7de275e30dc40 (diff)
downloadchat-c3c49e49b4b8694a7f199f567589b040d96c3926.tar.gz
chat-c3c49e49b4b8694a7f199f567589b040d96c3926.tar.bz2
chat-c3c49e49b4b8694a7f199f567589b040d96c3926.zip
Minor Ui Improvements (#2713)
Diffstat (limited to 'webapp/components/channel_info_modal.jsx')
-rw-r--r--webapp/components/channel_info_modal.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/channel_info_modal.jsx b/webapp/components/channel_info_modal.jsx
index 444f3db8d..c7f9f9f79 100644
--- a/webapp/components/channel_info_modal.jsx
+++ b/webapp/components/channel_info_modal.jsx
@@ -37,7 +37,9 @@ class ChannelInfoModal extends React.Component {
onHide={this.props.onHide}
>
<Modal.Header closeButtton={true}>
- {channel.display_name}
+ <Modal.Title>
+ {channel.display_name}
+ </Modal.Title>
</Modal.Header>
<Modal.Body ref='modalBody'>
<div className='row form-group'>