fix: update search placeholder text for improved user guidance

This commit is contained in:
fiatcode 2026-01-24 13:45:27 +07:00
parent 5e078db43e
commit bfb12ded11

View file

@ -12,7 +12,7 @@ import Search from "astro-pagefind/components/Search";
uiOptions={{ uiOptions={{
showImages: false, showImages: false,
translations: { translations: {
placeholder: "What are you looking for?", placeholder: "Search posts...",
}, },
}} }}
/> />