summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-23 12:06:56 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-23 12:06:56 +0500
commit3f06d763e807a315e2c6329300bd068bea40f28c (patch)
treec9cfd342b53a0dad23ee78b8f0942421cfd62ad8 /web/react
parentdc79707787b521ea5fc0d9088ccd9069780c8e0c (diff)
downloadchat-3f06d763e807a315e2c6329300bd068bea40f28c.tar.gz
chat-3f06d763e807a315e2c6329300bd068bea40f28c.tar.bz2
chat-3f06d763e807a315e2c6329300bd068bea40f28c.zip
UI Fixes
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/navbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/navbar.jsx b/web/react/components/navbar.jsx
index 500fabb0e..fe0d498bb 100644
--- a/web/react/components/navbar.jsx
+++ b/web/react/components/navbar.jsx
@@ -191,7 +191,7 @@ module.exports = React.createClass({
</button>;
var right_sidebar_collapse_button= currentId == null ? null :
<button type="button" className="navbar-toggle menu-toggle pull-right" data-toggle="collapse" data-target="#sidebar-nav" onClick={this.toggleRightSidebar}>
- <span className="dropdown__icon"></span>
+ <span dangerouslySetInnerHTML={{__html: " <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'width='4px' height='16px' viewBox='0 0 8 32' enable-background='new 0 0 8 32' xml:space='preserve'> <g> <circle cx='4' cy='4.062' r='4'/> <circle cx='4' cy='16' r='4'/> <circle cx='4' cy='28' r='4'/> </g> </svg>"}} />
</button>;