Fix missing children
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-27 21:46:17 +02:00
parent e21c3397c2
commit 13e5d967ce
5 changed files with 30 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import NextLink from 'next/link'
interface LinkProps {
page: string
className: string
children?: React.ReactNode
}
const Link: FC<LinkProps> = (props) => (
<NextLink href={props.page}>