mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Update css based on suggestion
Co-authored-by: Ariful Alam <swazan.arif@gmail.com>
This commit is contained in:
@@ -57,8 +57,8 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
|
||||
</div>
|
||||
{resume?.fileUrl &&
|
||||
(loading ? (
|
||||
<div className="mt-3">
|
||||
{skeleton({ width: 'w-48', height: 'h-5' })}
|
||||
<div className="mt-6">
|
||||
{skeleton({ width: 'w-40', height: 'h-10' })}
|
||||
</div>
|
||||
) : (
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user