Update search query placeholder text
This commit is contained in:
@@ -458,7 +458,7 @@ export function ProfileTabEditModal({
|
||||
<Input
|
||||
value={query}
|
||||
onChange={(e) => setQuery(e.target.value)}
|
||||
placeholder="e.g. bitcoin, photography..."
|
||||
placeholder="e.g. photography, travel..."
|
||||
className="bg-secondary/50 border-border focus-visible:ring-1 h-9 text-sm"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user