From af2ae21976bd9549e97312965b14b6df20b9be8a Mon Sep 17 00:00:00 2001 From: Leonardo Montini Date: Sat, 21 Oct 2023 14:38:12 +0200 Subject: [PATCH] feat: add links to pull requests --- src/components/RepositoryContributionsCard.tsx | 6 ++++-- src/graphql/queries.ts | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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} +