From ca4a3ce8f0e3eb92494fa6c9b67456444ad01066 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 1 Mar 2024 16:34:10 +0600 Subject: [PATCH] Add 1 more skeleton for publication description --- src/components/publication-card/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/publication-card/index.tsx b/src/components/publication-card/index.tsx index f307845..e8aa065 100644 --- a/src/components/publication-card/index.tsx +++ b/src/components/publication-card/index.tsx @@ -54,6 +54,13 @@ const PublicationCard = ({ className: 'mb-2 mx-auto', })}

+

+ {skeleton({ + widthCls: 'w-full', + heightCls: 'h-4', + className: 'mb-2 mx-auto', + })} +