From be0e616c8c08b15f5538f3d67394efc7fc8171d1 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 28 Feb 2024 16:26:53 +0600 Subject: [PATCH] Truncate long GitHub project title --- src/components/github-project-card/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/github-project-card/index.tsx b/src/components/github-project-card/index.tsx index 9627ea3..4e2a957 100644 --- a/src/components/github-project-card/index.tsx +++ b/src/components/github-project-card/index.tsx @@ -98,9 +98,9 @@ const GithubProjectCard = ({
-
+
- {item.name} + {item.name}