Next,点头像跳到主页

This commit is contained in:
tangly1024
2022-02-28 12:43:37 +08:00
parent a4c4eeb7e6
commit a598f61600
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import SocialButton from './SocialButton'
const InfoCard = () => {
return <>
<div className='flex flex-col items-center justify-center '>
<div className='hover:rotate-45 hover:scale-125 transform duration-200 cursor-pointer' onClick={ () => { Router.push('/about') }}>
<div className='hover:rotate-45 hover:scale-125 transform duration-200 cursor-pointer' onClick={ () => { Router.push('/') }}>
<Image
alt={BLOG.AUTHOR}
width={120}

View File

@@ -3,7 +3,7 @@
*/
// export * from './Empty' // 空主题
// export * from './NEXT'
export * from './NEXT'
// export * from './Fukasawa'
// export * from './Hexo'
export * from './Medium'
// export * from './Medium'