We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bfaa9 commit fac7e8bCopy full SHA for fac7e8b
src/pages/index.tsx
@@ -226,10 +226,15 @@ export const getStaticProps = (async ({ locale }) => {
226
}
227
}) satisfies GetStaticProps<Props>
228
229
-// Lazy-load Codeblock on initial load
230
const CodeblockSkeleton = () => (
231
<Stack px={6} pt="2.75rem" h="50vh">
232
- <SkeletonText mt="4" noOfLines={12} startColor="body.base" />
+ <SkeletonText
+ mt="4"
233
+ noOfLines={10}
234
+ spacing={3}
235
+ skeletonHeight="1rem"
236
+ startColor="body.base"
237
+ />
238
</Stack>
239
)
240
0 commit comments