Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fix: высота skeleton в профиле
Browse files Browse the repository at this point in the history
  • Loading branch information
ko22009 committed Nov 6, 2023
1 parent 3955030 commit 5baa307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/profile-card/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ProfileCard() {
</Center>
)}
{loading && isAuth ? (
<SkeletonText noOfLines={1} skeletonHeight="6" w="60%" pt={16} mb={4} />
<SkeletonText noOfLines={1} skeletonHeight="5" w="60%" pt={16} mb={3} />
) : (
<Text align="center" fontWeight="bold" fontSize="2xl" pt={16} mb={4}>
{`${name.firstName} ${name.lastName}`}
Expand Down

0 comments on commit 5baa307

Please sign in to comment.