Skip to content

Commit ca4a3ce

Browse files
committed
Add 1 more skeleton for publication description
1 parent cd5bf22 commit ca4a3ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/publication-card/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ const PublicationCard = ({
5454
className: 'mb-2 mx-auto',
5555
})}
5656
</p>
57+
<p>
58+
{skeleton({
59+
widthCls: 'w-full',
60+
heightCls: 'h-4',
61+
className: 'mb-2 mx-auto',
62+
})}
63+
</p>
5764
</div>
5865
</div>
5966
</div>

0 commit comments

Comments
 (0)