Skip to content

Commit

Permalink
Add 1 more skeleton for publication description
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Mar 1, 2024
1 parent cd5bf22 commit ca4a3ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/publication-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ca4a3ce

Please sign in to comment.