Troubleshooting vite and fonts

This commit is contained in:
Rishi Ghan
2026-04-14 12:02:47 -04:00
parent 733a453352
commit 91e99c50d9
17 changed files with 226 additions and 15 deletions

View File

@@ -47,6 +47,7 @@ export const SearchBar = (data: ISearchBarProps): ReactElement => {
onChange={(e) => performSearch(e)}
/>
{/* TODO: Switch to Solar icon */}
<span className="icon is-right mt-2">
<i className="fa-solid fa-magnifying-glass"></i>
</span>