Add 1 more skeleton for publication description

This commit is contained in:
Ariful Alam 2024-03-01 16:34:10 +06:00
parent cd5bf223de
commit ca4a3ce8f0

View File

@ -54,6 +54,13 @@ const PublicationCard = ({
className: 'mb-2 mx-auto',
})}
</p>
<p>
{skeleton({
widthCls: 'w-full',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
</div>
</div>
</div>