diff --git a/themes/matery/components/ArticleInfo.js b/themes/matery/components/ArticleInfo.js
index 1a4c9a4a..da62ac81 100644
--- a/themes/matery/components/ArticleInfo.js
+++ b/themes/matery/components/ArticleInfo.js
@@ -29,7 +29,7 @@ export const ArticleInfo = (props) => {
passHref
className="cursor-pointer whitespace-nowrap">
- 发布日期:{date}
+ 发布日期:{date}
@@ -43,5 +43,5 @@ export const ArticleInfo = (props) => {
- );
+ )
}