mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Show extra build loading skeleton
Change to the layout made it so that three often looks weird.
This commit is contained in:
parent
3672ef903e
commit
bde800603a
|
|
@ -26,6 +26,14 @@ const BuildsSkeleton = () => (
|
|||
p="20px"
|
||||
m={2}
|
||||
/>
|
||||
<Skeleton
|
||||
w="300px"
|
||||
height="500px"
|
||||
rounded="lg"
|
||||
boxShadow="md"
|
||||
p="20px"
|
||||
m={2}
|
||||
/>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user