Skip to content

Commit

Permalink
feat: remove unneccessary skeletons (lfglabs-dev#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersdt authored Aug 3, 2024
1 parent e2e7bb6 commit c32aac7
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions components/skeletons/rewardSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,7 @@ const RewardSkeleton: FunctionComponent = () => {
/>
</div>
<div className="flex gap-5 flex-wrap justify-center items-center">
<div className="flex justify-center items-center flex-col">
<Skeleton
variant="rounded"
width={200}
height={200}
sx={{ bgcolor: "grey.900", borderRadius: "30px" }}
/>
<Skeleton
variant="rounded"
width={110}
height={36}
sx={{
bgcolor: "grey.900",
borderRadius: "100px",
marginTop: "1rem",
}}
/>
</div>
<div className="flex justify-center items-center flex-col">
<Skeleton
variant="rectangular"
width={200}
height={200}
sx={{ bgcolor: "grey.900", borderRadius: "30px" }}
/>
<Skeleton
variant="rounded"
width={110}
height={36}
sx={{
bgcolor: "grey.900",
borderRadius: "100px",
marginTop: "1rem",
}}
/>
</div>

<div className="flex justify-center items-center flex-col">
<Skeleton
variant="rectangular"
Expand All @@ -68,6 +33,7 @@ const RewardSkeleton: FunctionComponent = () => {
}}
/>
</div>

</div>
</div>
</>
Expand Down

0 comments on commit c32aac7

Please sign in to comment.