Skip to content

Commit

Permalink
fix/update input placeholder from 'role' to 'search' in Jobs component
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamsheye committed Nov 3, 2024
1 parent bb8f40d commit 4886399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/_auth_routes/jobs.$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Jobs() {
<div className="my-6 flex justify-between gap-6">
<input
defaultValue={search}
placeholder="role"
placeholder="search"
onChange={(e) => setValue(e.currentTarget.value)}
className="h-[44px] w-full rounded-[24px] bg-form p-4 text-[0.875rem] font-semibold text-primary focus-visible:outline-form_text md:w-80 md:rounded-[40px] lg:w-96"
/>
Expand Down

0 comments on commit 4886399

Please sign in to comment.