Refactor section

This commit is contained in:
MD. Ariful Alam
2021-08-24 21:11:56 +06:00
parent 1f14db6b83
commit 7e890a7453
7 changed files with 142 additions and 59 deletions

View File

@@ -45,7 +45,7 @@ const AvatarCard = () => {
<div className="mt-3 text-base-content text-opacity-60">
{
loading ? (
skeleton({ width: 'w-48', height: 'h-5', className: 'mt-4' })
skeleton({ width: 'w-48', height: 'h-5' })
) : profile.bio
}
</div>