Skip to content

Commit

Permalink
remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jul 4, 2024
1 parent 679ee75 commit 2a2592f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/pages/docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ export default function Docs ({ docs }: InferGetStaticPropsType<typeof getStatic
.filter(doc => doc.entry.featured)
.map((doc) => {
const { title, description } = getDocsPageCardContent(doc)

return (
<Well key={doc.slug} grad="grad2" heading={title} href={`/docs/${doc.slug}`}>
{description}
Expand Down Expand Up @@ -352,7 +351,6 @@ export async function getStaticProps (): Promise<
},
}
}))

return {
props: { docs: JSON.parse(JSON.stringify(withParsedCardIntro)) },
}
Expand Down

0 comments on commit 2a2592f

Please sign in to comment.