From d5cf0ab84dfd7f760267f1bd2c16c6d696f2a3dd Mon Sep 17 00:00:00 2001
From: Ariful Alam
Date: Fri, 1 Mar 2024 16:54:04 +0600
Subject: [PATCH] Increase top margin of description
---
src/components/publication-card/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/publication-card/index.tsx b/src/components/publication-card/index.tsx
index e8aa065..3f5a7ab 100644
--- a/src/components/publication-card/index.tsx
+++ b/src/components/publication-card/index.tsx
@@ -106,7 +106,7 @@ const PublicationCard = ({
)}
{item.description && (
-
+
{item.description}
)}