Add an Edit Button in the User Profile Section
To implement this feature, follow the steps below:
-
File to Modify:
You need to modify the profile.jsx file located at codebase/frontend/src/pages/profile.jsx.
-
Add Edit Button:
Implement an "Edit" button within the User Profile section.
-
Redirect on Click:
Once the user clicks the "Edit" button, they should be redirected to the '/' route on the frontend.
-
Follow Pull Request Guidelines:
Please refer to the Pull_request_template.md file to create your Pull Request for this change.
Add an Edit Button in the User Profile Section
To implement this feature, follow the steps below:
File to Modify:
You need to modify the
profile.jsxfile located atcodebase/frontend/src/pages/profile.jsx.Add Edit Button:
Implement an "Edit" button within the User Profile section.
Redirect on Click:
Once the user clicks the "Edit" button, they should be redirected to the
'/'route on the frontend.Follow Pull Request Guidelines:
Please refer to the Pull_request_template.md file to create your Pull Request for this change.