Migrate Icons to React Icons #132
Labels
External contributors
good first issue
Good for newcomers
Maintainer - Anwar
ODHack11
Issues for the ODHack11 event
Unpaid/Not Rewarded
Migrate Icons to React Icons
Description
Replace the following image files with equivalent icons from React Icons:
Frontend\public\img\Icon.svg
Frontend\public\img\icon1.jpg
Frontend\public\img\icon2.jpg
Update the corresponding components to use React Icons instead of the image files.
Migration Details
Icon.svg
should be replaced in the following locations:Frontend\src\components\auth\NewPassword\PasswordHeader.tsx
Frontend\src\components\auth\ForgotPassword\ForgotPasswordCard.tsx
icon1.jpg
(image 1) should be replaced with a React Icon equivalent in:Frontend\src\components\bids\ProcessTimeline\index.tsx
icon2.jpg
(image 2) should be replaced with a React Icon equivalent in:Frontend\src\components\bids\ProcessTimeline\index.tsx
Steps to Complete
Icon.svg
,icon1.jpg
(image 1), andicon2.jpg
(image 2).Acceptance Criteria
Icon.svg
,icon1.jpg
, andicon2.jpg
are successfully replaced with React Icons.The text was updated successfully, but these errors were encountered: