Update css based on suggestion

Co-authored-by: Ariful Alam <swazan.arif@gmail.com>
This commit is contained in:
Yang Wei Hao 2022-10-11 18:31:26 +08:00 committed by GitHub
parent e6f678eacd
commit b42202d923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,8 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
</div> </div>
{resume?.fileUrl && {resume?.fileUrl &&
(loading ? ( (loading ? (
<div className="mt-3"> <div className="mt-6">
{skeleton({ width: 'w-48', height: 'h-5' })} {skeleton({ width: 'w-40', height: 'h-10' })}
</div> </div>
) : ( ) : (
<a <a