Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Aug 6, 2024
1 parent 9fe89ae commit 2d32924
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/web/components/bridge/amount-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1500,21 +1500,6 @@ const ChainSelectorButton: FunctionComponent<ChainSelectorButtonProps> = ({
);
};

const AmountScreenSkeletonLoader = () => {
return (
<div className="flex flex-col items-center gap-6 md:gap-3">
<SkeletonLoader className="h-8 w-full max-w-sm md:h-4" />
<SkeletonLoader className="h-20 w-full md:h-10" />
<SkeletonLoader className="h-24 w-full md:h-12" />
<SkeletonLoader className="h-24 w-full md:h-12" />
<SkeletonLoader className="h-6 w-full md:h-3" />
<SkeletonLoader className="h-6 w-full md:h-3" />
<SkeletonLoader className="h-14 w-full md:h-8" />
<SkeletonLoader className="h-14 w-full md:h-8" />
</div>
);
};

const WalletDisplay: FunctionComponent<{
icon: string | ReactNode | undefined;
name: string | undefined;
Expand Down

0 comments on commit 2d32924

Please sign in to comment.