From 1478b37b4112c260c02db15df5bf8cea91bda1af Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 28 Feb 2024 16:33:01 +0600 Subject: [PATCH] Handle GitHub project title truncating better --- src/components/github-project-card/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/github-project-card/index.tsx b/src/components/github-project-card/index.tsx index 4e2a9578e..551960129 100644 --- a/src/components/github-project-card/index.tsx +++ b/src/components/github-project-card/index.tsx @@ -97,10 +97,10 @@ const GithubProjectCard = ({ >
-
-
+
+
- {item.name} + {item.name}