Merge pull request #528 from arifszn/Fix-validateDOMNesting-warning

Fix validateDOMNesting warning
This commit is contained in:
Ariful Alam 2024-03-01 19:30:21 +06:00 committed by GitHub
commit d2a78c4667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>