From 7ee14a48a7c04180ad09c4dc0e6ab68560ff8e5b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 19:24:42 +0200 Subject: [PATCH] Change search bar placeholder --- app/profiles/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index bf4f350d..7920d9bb 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -149,7 +149,7 @@ export default function ProfilePage() {
0 ? `Search anything among the ${totalUsers} users...` : "Search anything..."} + placeholder='Try "meditation", "hiking", or "chess"' className="w-full pl-10 pr-10 py-2 border rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent" value={text} onChange={(e) => setText(e.target.value)}