diff --git a/src/components/avatar-card/index.jsx b/src/components/avatar-card/index.jsx index f09e970..65c0093 100644 --- a/src/components/avatar-card/index.jsx +++ b/src/components/avatar-card/index.jsx @@ -41,7 +41,7 @@ const AvatarCard = ({ profile, loading }) => { {profile.name} )} -
+
{loading || !profile ? skeleton({ width: 'w-48', height: 'h-5' }) : profile.bio}