Replace user verified photo from url to an actual asset of the project #152
Labels
frontend
Frontend related issues
good first issue
Good for newcomers
help-wanted
Help is wanted
javascript
Pull requests that update Javascript code
Description
Verified icon for users is extracted from an URL instead of having the asset locally on the project. The goal is to download the image, put it into frontend assets and replace it in the code.
Context
How to do it
In line 251 of file
UserProfile.tsx
replace the photo URL with the asset downloaded from the same URL.Testing
Start both frontend and backend and check if the verified photo looks the same as before
The text was updated successfully, but these errors were encountered: