Skip to content

Commit

Permalink
aanpassen placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JefQuidousse2 committed Oct 11, 2024
1 parent 2890e64 commit 63b44bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/search-expert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ const ShowTechSearchWrapper = ({ roles } : { roles: Section[]}) => {
name="tech"
render={({ field }) => (
<FormItem>
<Label>Technology</Label>
<Label>Viewing results for technology:</Label>
<FormControl>
<Input placeholder="Technology" {...field}/>
<Input placeholder="Search the technology" {...field}/>
</FormControl>
</FormItem>
)}
Expand Down

0 comments on commit 63b44bb

Please sign in to comment.