From b3ead682e4c7189459d35c2f42bd355196933630 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 15 Mar 2022 13:12:27 +0800 Subject: [PATCH] =?UTF-8?q?Hexo=E4=B8=BB=E9=A2=98=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/Hexo/components/InfoCard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/Hexo/components/InfoCard.js b/themes/Hexo/components/InfoCard.js index 6836ad9f..441c6467 100644 --- a/themes/Hexo/components/InfoCard.js +++ b/themes/Hexo/components/InfoCard.js @@ -5,8 +5,9 @@ import Card from './Card' import SocialButton from './SocialButton' import MenuGroupCard from './MenuGroupCard' export function InfoCard (props) { + const { className } = props const router = useRouter() - return + return
{