Skip to content

Commit

Permalink
Larger skeleton for LN2 page
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 19, 2024
1 parent 8630899 commit dcdf0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fills/[[...pk]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function DataSkeleton() {
return (
<Stack gap="md">
<Skeleton h="20vh" />
<Skeleton h="50vh" />
<Skeleton h="80vh" />
</Stack>
);
}
Expand Down

0 comments on commit dcdf0fb

Please sign in to comment.