Update search query placeholder text

This commit is contained in:
Alex Gleason
2026-03-06 00:22:34 -06:00
parent 2850405664
commit ded544a521
+1 -1
View File
@@ -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>