Skip to content

Commit c3bfa3f

Browse files
committed
Add contributions
1 parent 1a21b24 commit c3bfa3f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/userData.js

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ const userData = [
2323
isLoc: true,
2424
Loc: "Earth",
2525
},
26+
{
27+
id: 3,
28+
name: "Asif Mohammad Mollah",
29+
img: "https://avatars.githubusercontent.com/u/10460708?v=4",
30+
username: "mrasif",
31+
userlink: "https://github.com/mrasif",
32+
isOrg: false,
33+
orgName: "Github",
34+
orgLink: "https://github.com",
35+
isLoc: true,
36+
Loc: "Earth",
37+
},
2638
];
2739

2840
export default userData;

0 commit comments

Comments
 (0)