Skip to content

Commit

Permalink
Merge pull request #528 from arifszn/Fix-validateDOMNesting-warning
Browse files Browse the repository at this point in the history
Fix validateDOMNesting warning
  • Loading branch information
arifszn authored Mar 1, 2024
2 parents df10489 + 7285269 commit d2a78c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/publication-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,41 @@ const PublicationCard = ({
className: 'mb-2 mx-auto',
})}
</h2>
<p>
<div>
{skeleton({
widthCls: 'w-20',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
<p>
</div>
<div>
{skeleton({
widthCls: 'w-20',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
<p>
</div>
<div>
{skeleton({
widthCls: 'w-full',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
<p>
</div>
<div>
{skeleton({
widthCls: 'w-full',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
<p>
</div>
<div>
{skeleton({
widthCls: 'w-full',
heightCls: 'h-4',
className: 'mb-2 mx-auto',
})}
</p>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d2a78c4

Please sign in to comment.