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