Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected the typos and added my details. #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/Contributer/User.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// this is contributers data
// this is contributors data

const user = [
{
Expand Down Expand Up @@ -91,7 +91,9 @@ const user =[
'about':'Hello I am Mohasin , Frontend web developer , open source contributer.',
'linkedinProfile':'https://www.linkedin.com/in/mohasin-haque-759786200/',
},

{

'name':'Prathamesh',
'github_username': 'Prathamesh1211',
'about':'Hello, Prathamesh this side , I am a MERN stack developer and open source contributor.',
Expand All @@ -104,12 +106,21 @@ const user =[
'linkedinProfile':'https://www.linkedin.com/in/gokul-s-7610ab1a9/',
},
{

'name':'Munsif Ali Misri',
'github_username': 'munsif12',
'about':'As a full-stack developer, I love building highly scalable products.',
'linkdenProfile':'https://www.linkedin.com/in/munsif-ali-misri-8191261a8/',
}

,{
'name':'Harsh kasana',
'github_username':'harshkas4na',
'about':'Hello I am Harsh,MERN stack developer and Blockchain enthusiast.',
'linkedinProfile':'https://www.linkedin.com/in/harsh-kasana-8b6a79258/',
},


]

export default user;