mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
logo disable LazyImage
This commit is contained in:
@@ -24,7 +24,7 @@ export default function LogoBar(props) {
|
||||
</div> */}
|
||||
<div className='md:w-48'>
|
||||
<a href='/' className='grid justify-items-center text-md md:text-xl dark:text-gray-200'>
|
||||
<LazyImage src={siteInfo?.icon?.replaceAll("width=400", "width=280")} height='44px' alt={BLOG.AUTHOR + ' - ' + BLOG.NEXT_PUBLIC_BIO} className='md:block' placeholderSrc=''/>
|
||||
<img src={siteInfo?.icon?.replaceAll("width=400", "width=280")} height='44px' alt={BLOG.AUTHOR + ' - ' + BLOG.NEXT_PUBLIC_BIO} className='md:block' placeholderSrc=''/>
|
||||
{CONFIG.SHOW_TITLE_TEXT && siteInfo?.title}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user