api search copy
This commit is contained in:
@@ -409,7 +409,7 @@ export const UkVisaJobsPage: React.FC = () => {
|
|||||||
<form className="grid gap-4 md:grid-cols-[minmax(0,1fr)_160px]" onSubmit={handleSearch}>
|
<form className="grid gap-4 md:grid-cols-[minmax(0,1fr)_160px]" onSubmit={handleSearch}>
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-xs font-semibold uppercase tracking-wide text-muted-foreground">
|
<label className="text-xs font-semibold uppercase tracking-wide text-muted-foreground">
|
||||||
Search term
|
Job title search term
|
||||||
</label>
|
</label>
|
||||||
<Input
|
<Input
|
||||||
value={searchTermInput}
|
value={searchTermInput}
|
||||||
@@ -417,9 +417,6 @@ export const UkVisaJobsPage: React.FC = () => {
|
|||||||
placeholder="e.g. data analyst"
|
placeholder="e.g. data analyst"
|
||||||
className="h-10"
|
className="h-10"
|
||||||
/>
|
/>
|
||||||
<p className="text-xs text-muted-foreground">
|
|
||||||
Single keyword or phrase. Leave blank to fetch the newest jobs.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-end">
|
<div className="flex items-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user