Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
fixes #31: added profile card
Browse files Browse the repository at this point in the history
  • Loading branch information
someshium committed Oct 9, 2021
1 parent 47e10e9 commit 2f3028d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contribution-app/src/components/Profilecard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@ const callouts = [
imageAlt: "Faris0520",
href: "https://github.com/Faris0520",
},
{
name: "Somesh Mishra",
description: "Front-End Developer",
imageSrc: "https://avatars.githubusercontent.com/u/41496294?v=4",
imageAlt: "someshium",
href: "https://github.com/someshium"
}
];

export default function Example() {
Expand Down

0 comments on commit 2f3028d

Please sign in to comment.