From 73a61739540b1db9f52f2436c6c1240cfa9f504d Mon Sep 17 00:00:00 2001 From: kbzcraft Date: Fri, 11 Oct 2024 10:26:15 +0545 Subject: [PATCH] wrapped repo.repositoryLogo with anchor tag --- app/[githubLogin]/components/point-list.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/[githubLogin]/components/point-list.tsx b/app/[githubLogin]/components/point-list.tsx index 9caf708..d793689 100644 --- a/app/[githubLogin]/components/point-list.tsx +++ b/app/[githubLogin]/components/point-list.tsx @@ -17,7 +17,9 @@ const PointsAndRanks: React.FC = ({ pointsAndRanks }) => { {pointsAndRanks.map((repo, index) => (
{repo.repositoryLogo && ( - {`${repo.repositoryName} + + {`${repo.repositoryName} + )}

{repo.repositoryName}

points: {repo.points}