summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_info_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-20 21:48:49 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-20 21:48:49 +0500
commit981efa89b9ed204ac27a3de3a67380ae58d20065 (patch)
tree0375787a0fedc30ee843cc2e8a0b3aa3c363f5a5 /web/react/components/channel_info_modal.jsx
parent7d5d6ae5b09621f12947de7c28945a844db1ff85 (diff)
downloadchat-981efa89b9ed204ac27a3de3a67380ae58d20065.tar.gz
chat-981efa89b9ed204ac27a3de3a67380ae58d20065.tar.bz2
chat-981efa89b9ed204ac27a3de3a67380ae58d20065.zip
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">