Guides listing on homepage

This commit is contained in:
Kamran Ahmed
2021-08-29 16:34:00 +02:00
parent 964a87f605
commit ec0cd4692c
66 changed files with 4031 additions and 118 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import { StackDivider, VStack } from '@chakra-ui/react';
type LinksListProps = {
children: React.ReactChild[]
children: React.ReactNode
};
export function LinksList(props: LinksListProps) {