From 2a2592f772f5a4c6633e7ee0dfd3a57bc4ac4777 Mon Sep 17 00:00:00 2001 From: Simon Vrachliotis Date: Thu, 4 Jul 2024 17:08:38 +1000 Subject: [PATCH] remove line break --- docs/pages/docs/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/pages/docs/index.tsx b/docs/pages/docs/index.tsx index 50cbc795fbd..36ac1e19141 100644 --- a/docs/pages/docs/index.tsx +++ b/docs/pages/docs/index.tsx @@ -292,7 +292,6 @@ export default function Docs ({ docs }: InferGetStaticPropsType doc.entry.featured) .map((doc) => { const { title, description } = getDocsPageCardContent(doc) - return ( {description} @@ -352,7 +351,6 @@ export async function getStaticProps (): Promise< }, } })) - return { props: { docs: JSON.parse(JSON.stringify(withParsedCardIntro)) }, }