summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_bar.jsx
diff options
context:
space:
mode:
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 f7cb1b8f2..1cdd09cc8 100644
--- a/web/react/components/search_bar.jsx
+++ b/web/react/components/search_bar.jsx
@@ -169,7 +169,7 @@ class SearchBar extends React.Component {
style={{overflow: 'visible'}}
autoComplete='off'
>
- <span className='glyphicon glyphicon-search sidebar__search-icon' />
+ <span className='glyphicon glyphicon-search sidebar__search-icon'/>
<SuggestionBox
ref='search'
className='form-control search-bar'