mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 23:16:51 +00:00
@@ -1,5 +1,5 @@
|
||||
import LazyImage from '@/components/LazyImage'
|
||||
import Link from 'next/link'
|
||||
import SmartLink from '@/components/SmartLink'
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import NotionIcon from '@/components/NotionIcon'
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ArticleInfo(props) {
|
||||
<i className="mr-1 fas fa-eye" /><span className="busuanzi_value_page_pv" />
|
||||
</div>
|
||||
</div>
|
||||
<Link href="/about" passHref legacyBehavior>
|
||||
<SmartLink href="/about" passHref legacyBehavior>
|
||||
<div className='flex pt-2'>
|
||||
<LazyImage src={siteInfo?.icon} className='rounded-full cursor-pointer' width={22} alt={siteConfig('AUTHOR')} />
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function ArticleInfo(props) {
|
||||
{siteConfig('AUTHOR')}
|
||||
</div>
|
||||
</div>
|
||||
</Link>
|
||||
</SmartLink>
|
||||
</section>
|
||||
</>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user