fase 0 migration metadata

This commit is contained in:
2026-05-07 18:11:59 +07:00
parent 7c4440bf41
commit 1e7259f38a
15 changed files with 50 additions and 54 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function SearchBar() {
type="text"
value={query}
onChange={(e) => setQuery(e.target.value)}
placeholder="Cari gunung, lokasi, atau trip..."
placeholder="Cari destinasi, lokasi, atau trip..."
className="min-w-0 flex-1 border-none bg-transparent px-3.5 py-3 text-sm text-white outline-none placeholder:text-neutral-400 sm:px-5 sm:py-3.5"
/>
<button
+1 -1
View File
@@ -82,7 +82,7 @@ export function TripFilter() {
type="text"
value={query}
onChange={(e) => setQuery(e.target.value)}
placeholder="Gunung, lokasi, atau nama trip..."
placeholder="Destinasi, lokasi, atau nama trip..."
className="w-full rounded-xl border border-neutral-200 bg-neutral-50 py-2.5 pl-9 pr-3 text-sm text-neutral-800 placeholder:text-neutral-400 focus:border-primary-500 focus:bg-white"
/>
</div>