diff --git a/src/components/RepositoryContributionsCard.tsx b/src/components/RepositoryContributionsCard.tsx index 30754ca..e571698 100644 --- a/src/components/RepositoryContributionsCard.tsx +++ b/src/components/RepositoryContributionsCard.tsx @@ -34,9 +34,11 @@ export const RepositoryContributionsCard = ({
{totalCount}
- {nodes?.map(({ pullRequest: { state, title, id } }: any) => ( + {nodes?.map(({ pullRequest: { state, title, id, url } }: any) => (
- {title} + + {title} +