summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_info_modal.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-21 08:54:48 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-21 08:54:48 -0700
commit0ae7180ac5e0cea1e240a1d29c5822159762b2e3 (patch)
tree6fb954e8d5609286b861c3e378543f28180d84d5 /web/react/components/channel_info_modal.jsx
parent60be2a5636e52bd3193978691f9b53d896e4c45c (diff)
parentddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7 (diff)
downloadchat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.tar.gz
chat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.tar.bz2
chat-0ae7180ac5e0cea1e240a1d29c5822159762b2e3.zip
Merging
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">