From f821a96f5b842e85346034221b7fa75d36733a54 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 7 Jan 2023 22:07:06 +0800 Subject: [PATCH] mattery --- themes/matery/components/ArticleInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => { - ); + ) }