We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75c28d commit 7eb5c4cCopy full SHA for 7eb5c4c
1 file changed
src/components/Search/Search.jsx
@@ -129,11 +129,11 @@ function Search({ onSearch }) {
129
icon={faMagnifyingGlass}
130
/>
131
)}
132
- <FontAwesomeIcon
+ {/* <FontAwesomeIcon
133
onClick={() => setIsListening((prev) => !prev)}
134
className="hover:text-primaryFocus dark:hover:text-secondaryFocus absolute right-12 top-1/2 -translate-y-1/2 transform cursor-pointer text-xl text-secondaryColor dark:text-white"
135
icon={faMicrophone}
136
- />
+ /> */}
137
</div>
138
139
0 commit comments