Skip to content

Commit

Permalink
Merge pull request #406 from StampyAI/stampy-redesign-389
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
buddy-web3 authored Feb 16, 2024
2 parents 1def27b + 4d36796 commit d65ae47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/SearchInput/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const SearchInput = ({onChange, expandable, placeholderText}: SearchInput
<label className="search-content">
<MagnifyingIcon className="iconsMagnifyingGlass" />
<input
type="search"
name="searchbar"
placeholder={placeholderText ?? 'Search articles'}
className="search-input black"
Expand Down

0 comments on commit d65ae47

Please sign in to comment.