From 409c4d6886df0ed9dfcbca560c090d2b0d050909 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 7 Jan 2023 21:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=98=9F=E7=A9=BA=E5=8A=A8?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Start.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Start.js b/components/Start.js index bfacffe7..84042c23 100644 --- a/components/Start.js +++ b/components/Start.js @@ -10,8 +10,8 @@ export const Start = () => { dark() }, []) return ( -
- +
+
) }