Minor tweaks, changed checkout UI
This commit is contained in:
@@ -131,7 +131,7 @@ export default function AdoptPage() {
|
||||
<input
|
||||
className={`${inputCls} flex-1 max-w-[400px] font-[inherit] max-[600px]:max-w-full`}
|
||||
type="text"
|
||||
placeholder="Search by name, species, or breed..."
|
||||
placeholder="Search"
|
||||
value={search}
|
||||
onChange={(e) => setSearch(e.target.value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user