From ed760b1e92a1609c621c5e694adc802037c98dc5 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 6 Mar 2025 11:33:23 +0100 Subject: [PATCH] Make linter happy --- src/theme/NotFound/Content/index.js | 4 ++-- src/theme/NotFound/index.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/theme/NotFound/Content/index.js b/src/theme/NotFound/Content/index.js index 0c66f9f9e6..a05ad61174 100644 --- a/src/theme/NotFound/Content/index.js +++ b/src/theme/NotFound/Content/index.js @@ -2,9 +2,9 @@ import React from 'react'; import clsx from 'clsx'; import Translate from '@docusaurus/Translate'; import Heading from '@theme/Heading'; -export default function NotFoundContent({className}) { +export default function NotFoundContent({ className }) { return ( -
+
diff --git a/src/theme/NotFound/index.js b/src/theme/NotFound/index.js index 3b551f9e45..936b6697ce 100644 --- a/src/theme/NotFound/index.js +++ b/src/theme/NotFound/index.js @@ -1,16 +1,16 @@ import React from 'react'; -import {translate} from '@docusaurus/Translate'; -import {PageMetadata} from '@docusaurus/theme-common'; +import { translate } from '@docusaurus/Translate'; +import { PageMetadata } from '@docusaurus/theme-common'; import Layout from '@theme/Layout'; import NotFoundContent from '@theme/NotFound/Content'; export default function Index() { const title = translate({ id: 'theme.NotFound.title', message: 'Page Not Found', - }); + } ); return ( <> - +