diff --git a/docs/components/Navigation/Navigation.tsx b/docs/components/Navigation/Navigation.tsx index f878f8c7..08c59f32 100644 --- a/docs/components/Navigation/Navigation.tsx +++ b/docs/components/Navigation/Navigation.tsx @@ -1,7 +1,7 @@ import * as React from 'react'; import { navigation } from '../../constants/navigation'; import { Logo } from '../Images'; -import Link from 'next/Link'; +import Link from 'next/link'; import { Extension } from '../../constants/extension'; import { useRouter } from 'next/router'; diff --git a/docs/pages/changelog/index.tsx b/docs/pages/changelog/index.tsx index 8b4cb0ed..e678b116 100644 --- a/docs/pages/changelog/index.tsx +++ b/docs/pages/changelog/index.tsx @@ -24,6 +24,7 @@ export default function Home({ content }: any) {
+ {/* eslint-disable react/no-children-prop */} { diff --git a/docs/pages/docs/[slug].tsx b/docs/pages/docs/[slug].tsx index 6766cad4..9b3d57d9 100644 --- a/docs/pages/docs/[slug].tsx +++ b/docs/pages/docs/[slug].tsx @@ -20,6 +20,7 @@ export default function News({ page }: any) { + {/* eslint-disable react/no-children-prop */} { diff --git a/docs/pages/showcase/index.tsx b/docs/pages/showcase/index.tsx index 08125fe1..92d338ed 100644 --- a/docs/pages/showcase/index.tsx +++ b/docs/pages/showcase/index.tsx @@ -23,7 +23,7 @@ export default function Home({ showcases }: any) {
{showcases.filter((showcase: any) => showcase.image).map((showcase: any) => ( - +
{showcase.title}