diff --git a/components/Tabs.js b/components/Tabs.js
index c497bd0c..439dcaee 100644
--- a/components/Tabs.js
+++ b/components/Tabs.js
@@ -39,7 +39,7 @@ const Tabs = ({ className, children }) => {
{children.map((item, index) => {
return - {
tabClickHandle(index)
}}>
diff --git a/themes/simple/components/ArticleInfo.js b/themes/simple/components/ArticleInfo.js
index 26c13a93..fc3de00b 100644
--- a/themes/simple/components/ArticleInfo.js
+++ b/themes/simple/components/ArticleInfo.js
@@ -10,8 +10,7 @@ export const ArticleInfo = (props) => {
const { locale } = useGlobal()
return (
-
-
+
{post?.title}
@@ -36,7 +35,7 @@ export const ArticleInfo = (props) => {
|
-
+
{locale.COMMON.LAST_EDITED_TIME}: {post?.lastEditedDay}
|
@@ -47,8 +46,6 @@ export const ArticleInfo = (props) => {
>)}
-
-
)
}