We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f553ca6 commit 9eee9ccCopy full SHA for 9eee9cc
1 file changed
hyperdrive/packages/homepage/ui/src/components/Chats/ChatSearch.tsx
@@ -10,7 +10,7 @@ interface ChatSearchProps {
10
const ChatSearch: React.FC<ChatSearchProps> = ({ value, onChange, placeholder }) => {
11
return (
12
<div className="chat-search">
13
- <span className="search-icon">🔍</span>
+ <span className="material-symbols-outlined search-icon">search</span>
14
<input
15
type="text"
16
placeholder={placeholder || 'Search chats...'}
0 commit comments