diff --git a/src/short-urls/SearchBar.js b/src/short-urls/SearchBar.js index 5feaf65a..d82ae9f2 100644 --- a/src/short-urls/SearchBar.js +++ b/src/short-urls/SearchBar.js @@ -1,4 +1,5 @@ import searchIcon from '@fortawesome/fontawesome-free-solid/faSearch'; +import tagsIcon from '@fortawesome/fontawesome-free-solid/faTags'; import FontAwesomeIcon from '@fortawesome/react-fontawesome'; import React from 'react'; import { connect } from 'react-redux'; @@ -41,7 +42,7 @@ export class SearchBar extends React.Component { {!isEmpty(selectedTags) && (