Skip to content

Commit

Permalink
Update form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Feb 7, 2024
1 parent 4afef0b commit d1ef778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/search/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ export default function SearchForm() {
ref={inputRef}
type="url"
className="grow px-4 rounded-l-2xl"
placeholder="Enter product URL"
placeholder="Enter product URL or product screenshot"
/>
<input
ref={imageRef}
type="file"
className="pr-2"
role="button"
onChange={search}
accept="image/*"
title="Upload screenshot"
/>
<button type="submit" className="rounded-r-2xl"></button>
</form>
Expand Down

0 comments on commit d1ef778

Please sign in to comment.