mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 14:57:22 +03:00
Fixed typo
This commit is contained in:
parent
961fba6346
commit
daf67e1d43
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class SearchBar extends React.Component {
|
|||
const selectedTag = shortUrlsListParams.tags ? shortUrlsListParams.tags[0] : '';
|
||||
|
||||
return (
|
||||
<div class="serach-bar-container">
|
||||
<div className="serach-bar-container">
|
||||
<div className="search-bar">
|
||||
<input
|
||||
type="text"
|
||||
|
|
Loading…
Reference in a new issue