Fix missing children
This commit is contained in:
@@ -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}>
|
||||
|
Reference in New Issue
Block a user