Skip to content

Commit

Permalink
fix: skeletons mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Feb 10, 2025
1 parent 043fd2e commit 953cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Vault/components/InvestForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,7 @@ const InvestForm: React.FC<IProps> = ({ network, vault }) => {
: "h-[116px] flex items-end justify-end"
}`}
>
<ShareSkeleton />
<ShareSkeleton width={isMobile ? 150 : 320} />
</div>
) : (
<div
Expand Down

0 comments on commit 953cc32

Please sign in to comment.