Skip to content

Commit 7eb5c4c

Browse files
committed
Comment out FontAwesomeIcon in Search component for future reference
1 parent d75c28d commit 7eb5c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Search/Search.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ function Search({ onSearch }) {
129129
icon={faMagnifyingGlass}
130130
/>
131131
)}
132-
<FontAwesomeIcon
132+
{/* <FontAwesomeIcon
133133
onClick={() => setIsListening((prev) => !prev)}
134134
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"
135135
icon={faMicrophone}
136-
/>
136+
/> */}
137137
</div>
138138
</div>
139139

0 commit comments

Comments
 (0)