We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc7c6e commit 40b3eaeCopy full SHA for 40b3eae
1 file changed
apps/web/src/app/humans/people/[handle]/page.tsx
@@ -1,7 +1,6 @@
1
import {
2
Anchor,
3
Box,
4
- Grid,
5
Portal,
6
Skeleton,
7
Stack,
@@ -82,19 +81,10 @@ export const PersonPage = () => {
82
81
83
const PageSkeleton = (): JSX.Element => (
84
<PageContainer>
85
- <Grid>
86
- <Grid.Col span={{ base: 12, md: 3 }}>
87
- <Skeleton height={20} />
88
- </Grid.Col>
89
- <Grid.Col span={{ base: 12, md: 9 }}></Grid.Col>
90
- <Grid.Col span={{ base: 12, md: 6 }}>
91
92
93
- </Grid>
94
- <Grid mt={26}>
95
96
- <Skeleton height={300} />
97
98
+ <Stack align="center">
+ <Skeleton height={250} width={250} radius="50%" />
+ <Skeleton mt="md" height={60} />
+ <Skeleton height={60} />
+ </Stack>
99
</PageContainer>
100
);
0 commit comments