Skip to content

Commit

Permalink
Adjust skeleton width
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 21, 2024
1 parent c47955e commit 58f13be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/Meme2EarnIntroModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function HowItWorks() {
<span>👍 Post and like memes to earn Points</span>
<span>
💎 Creating a meme costs{' '}
<SkeletonFallback isLoading={isLoading} className='inline-block'>
<SkeletonFallback isLoading={isLoading} className='inline-block w-8'>
<span>{data?.socialActionPrice.createCommentPoints}</span>
</SkeletonFallback>{' '}
Points
Expand Down

0 comments on commit 58f13be

Please sign in to comment.