From d354b32c869ccd8f0e9ca8ed8ae04d8b8c6f2d45 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 17 Apr 2022 08:49:45 +0800 Subject: [PATCH] Update index.tsx --- .../src/theme/IconHome/index.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/docusaurus-theme-classic/src/theme/IconHome/index.tsx b/packages/docusaurus-theme-classic/src/theme/IconHome/index.tsx index 62bcafa9acbc..75a5a5c23324 100644 --- a/packages/docusaurus-theme-classic/src/theme/IconHome/index.tsx +++ b/packages/docusaurus-theme-classic/src/theme/IconHome/index.tsx @@ -5,16 +5,16 @@ * LICENSE file in the root directory of this source tree. */ - import React from 'react'; - import type {Props} from '@theme/IconHome'; - - export default function IconDarkMode(props: Props): JSX.Element { - return ( - - - - ); - } \ No newline at end of file +import React from 'react'; +import type {Props} from '@theme/IconHome'; + +export default function IconDarkMode(props: Props): JSX.Element { + return ( + + + + ); +}