We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c15b8f commit fe23c3bCopy full SHA for fe23c3b
src/components/features/index.tsx
@@ -20,8 +20,7 @@ const CardList: CardItem[] = [
20
{
21
icon: <Icon icon="lucide:info" width="28" height="28" />,
22
title: "Documentation Introduction",
23
- description:
24
- "Covers the basics of this documentation, including the structure of this documentation",
+ description: "Covers the basics of this documentation",
25
link: "/docs/introduction",
26
},
27
0 commit comments