diff --git a/app/cli/page.mdx b/app/cli/page.mdx index 03526289..bcf754d6 100644 --- a/app/cli/page.mdx +++ b/app/cli/page.mdx @@ -35,4 +35,4 @@ npx @jakejarvis/cli ## License -MIT © [Jake Jarvis](https://jarv.is/), [Sindre Sorhus](https://sindresorhus.com/) +MIT © [Jake Jarvis](https://jarv.is/), [Sindre Sorhus](https://sindresorhus.com/) diff --git a/app/not-found.tsx b/app/not-found.tsx index 4124ace4..9d48b4b5 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -15,13 +15,17 @@ export const metadata: Metadata = { const Page = () => { return ( -
{repo.description}
} + {repo!.description &&{repo!.description}
}