mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
codacy
This commit is contained in:
@@ -27,12 +27,14 @@ export default class Search extends React.PureComponent {
|
||||
window.location.href = url + '?q=' + value;
|
||||
};
|
||||
|
||||
return <div id='searchBar' className='searchbar'>
|
||||
return (
|
||||
<div id='searchBar' className='searchbar'>
|
||||
<form id='searchBar' className='searchbarform' action={url}>
|
||||
<SearchIcon onClick={() => searchButton()} />
|
||||
<input type='text' placeholder={this.props.language} name={query} id='searchtext' className='searchtext'/>
|
||||
<div className='blursearcbBG'/>
|
||||
</form>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user