mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 22:02:07 -04:00
Change search bar placeholder
This commit is contained in:
@@ -149,7 +149,7 @@ export default function ProfilePage() {
|
||||
<div className="relative">
|
||||
<input
|
||||
type="text"
|
||||
placeholder={totalUsers > 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)}
|
||||
|
||||
Reference in New Issue
Block a user