summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_bar.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
commit4329437ea690fc07f3727325c54a349eada8aa11 (patch)
treecbe1ed640f2e5b3464f114a54a010cbe80bd09be /web/react/components/search_bar.jsx
parent3f328546f8af55f655290aefad245b0f3b049bcd (diff)
downloadchat-4329437ea690fc07f3727325c54a349eada8aa11.tar.gz
chat-4329437ea690fc07f3727325c54a349eada8aa11.tar.bz2
chat-4329437ea690fc07f3727325c54a349eada8aa11.zip
Improving search header for mobile layouts and other UI changes
Diffstat (limited to 'web/react/components/search_bar.jsx')
-rw-r--r--web/react/components/search_bar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/search_bar.jsx b/web/react/components/search_bar.jsx
index ab7e99d60..f21f0cd58 100644
--- a/web/react/components/search_bar.jsx
+++ b/web/react/components/search_bar.jsx
@@ -92,7 +92,7 @@ module.exports = React.createClass({
render: function() {
return (
<div>
- <div className="sidebar__collapse" onClick={this.handleClose}></div>
+ <div className="sidebar__collapse" onClick={this.handleClose}>Cancel</div>
<span className="glyphicon glyphicon-search sidebar__search-icon"></span>
<form role="form" className="search__form relative-div" onSubmit={this.handleSubmit}>
<input