mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Refactor section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user