summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_info_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-21 09:24:42 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-21 09:24:42 -0400
commitddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7 (patch)
tree66c24ca52a23f9b0475830a6d64f2c2abe96e26d /web/react/components/channel_info_modal.jsx
parent4a022752faf9a2b6c4de5cfa65f23adb578a96a5 (diff)
parent332a4d1628f38b34930bff4bafe1b194012f443a (diff)
downloadchat-ddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7.tar.gz
chat-ddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7.tar.bz2
chat-ddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7.zip
Merge pull request #420 from asaadmahmoodspin/ui-changes
Multiple UI Improvements
Diffstat (limited to 'web/react/components/channel_info_modal.jsx')
-rw-r--r--web/react/components/channel_info_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_info_modal.jsx b/web/react/components/channel_info_modal.jsx
index 18addb52f..6d999870a 100644
--- a/web/react/components/channel_info_modal.jsx
+++ b/web/react/components/channel_info_modal.jsx
@@ -32,7 +32,7 @@ module.exports = React.createClass({
<div className="modal-content">
<div className="modal-header">
<button type="button" className="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
- <h4 className="modal-title" id="myModalLabel">{channel.display_name}</h4>
+ <h4 className="modal-title" id="myModalLabel"><span className="name">{channel.display_name}</span></h4>
</div>
<div className="modal-body">
<div className="row form-group">