Refactor porfolio page
This commit is contained in:
@ -108,7 +108,7 @@ export default function PortfolioFiltersBar({ years = [] }: { years?: number[] }
|
|||||||
className="h-10 w-full rounded-md border bg-background px-3 text-sm"
|
className="h-10 w-full rounded-md border bg-background px-3 text-sm"
|
||||||
value={q}
|
value={q}
|
||||||
onChange={(e) => setQ(e.target.value)}
|
onChange={(e) => setQ(e.target.value)}
|
||||||
placeholder="e.g. portrait, berlin, oil…"
|
placeholder="e.g. lizard, monk, fantasy"
|
||||||
inputMode="search"
|
inputMode="search"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user