diff --git a/docs/src/components/Docs/ExampleLinks.tsx b/docs/src/components/Docs/ExampleLinks.tsx index 3d2a243..bee1609 100644 --- a/docs/src/components/Docs/ExampleLinks.tsx +++ b/docs/src/components/Docs/ExampleLinks.tsx @@ -6,7 +6,7 @@ export function ExampleLinks({ linksData }: { linksData: ExampleDataType[] }) { return ( {linksData.map((item) => ( - + ))} );