Update SidePanel.tsx

This commit is contained in:
talksik
2022-05-18 09:32:01 -05:00
parent 1fa3f1c427
commit d19f43fccb
@@ -59,7 +59,7 @@ export default function SidePanel() {
<div className="flex-1 flex flex-row items-center space-x-2 bg-gray-200 p-2 rounded">
<FiSearch className="text-xs text-gray-400" />
<input
placeholder="Search for people, channels, clips..."
placeholder="Search or start a conversation"
className="flex-1 bg-transparent placeholder-gray-400 text-gray-500 placeholder:text-xs focus:outline-none"
onChange={(e) => setSearchQuery(e.target.value)}
value={searchQuery}