From e9d0cfde2a8bd32ee616484074c3ec5154069159 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 4 Mar 2024 14:02:38 +0800 Subject: [PATCH] nothting but important --- themes/starter/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/starter/index.js b/themes/starter/index.js index a0a4ef07..78f01f89 100644 --- a/themes/starter/index.js +++ b/themes/starter/index.js @@ -30,7 +30,7 @@ import { Contact } from './components/Contact' import { Brand } from './components/Brand' import { Footer } from './components/Footer' import { BackToTopButton } from './components/BackToTopButton' -import { MadeWithButton } from './components/MadeWithButton' +// import { MadeWithButton } from './components/MadeWithButton' import { SVG404 } from './components/svg/SVG404' import { Banner } from './components/Banner' import { SignInForm } from './components/SignInForm' @@ -64,7 +64,7 @@ const LayoutBase = (props) => { {/* 悬浮按钮 */} - + {/* */} }