mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 07:26:46 +00:00
Logo点击跳转
This commit is contained in:
@@ -5,8 +5,8 @@ import Router from 'next/router'
|
|||||||
|
|
||||||
const InfoCard = () => {
|
const InfoCard = () => {
|
||||||
return <>
|
return <>
|
||||||
<div className='flex text-center pb-3 pl-4 cursor-pointer'>
|
<div className='flex text-center pb-3 pl-4 cursor-pointer' onClick={ () => { Router.push('/') }}>
|
||||||
<div className='hover:rotate-45 hover:scale-125 transform duration-200' onClick={ () => { Router.push('/') }}>
|
<div className='hover:rotate-45 hover:scale-125 transform duration-200'>
|
||||||
<Image
|
<Image
|
||||||
alt={BLOG.title}
|
alt={BLOG.title}
|
||||||
width={60}
|
width={60}
|
||||||
|
|||||||
Reference in New Issue
Block a user