-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
Description
Task 1
- Change Add Users to Add Team Members
- Add one more filed for Position
File Location : "../dashboard/team.js"
Current UI
Task 2
Add List of Team Members above the add Team Members form, you can take dummy data from below
const team_members=[
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "[email protected]",
Name: "Some Person",
mid:1,
position:"someString",
batch:"2019-2022"
},
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "[email protected]",
Name: "Akhil Kumar Jha",
mid:2,
position:"someString",
batch:"2019-2022"
},
]