api search copy

This commit is contained in:
DaKheera47 2026-01-18 01:14:27 +00:00
parent c41b5cd8e8
commit 715d2b0f82

View File

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