Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: removed search title (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
tylerolson3 and eddiejaoude authored Oct 23, 2021
1 parent 5b3f4f7 commit 1c12a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Home/Users.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function User({ list }) {
const [searchTerm, setSearchTerm] = useState('')
return (
<>
<label htmlFor="search-input">Search for User</label>
<div className="search-section">
<span className="p-input-icon-left">
<i className="pi pi-search" />
Expand Down

0 comments on commit 1c12a1d

Please sign in to comment.