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
{