Skip to content

Commit

Permalink
logo disable LazyImage
Browse files Browse the repository at this point in the history
  • Loading branch information
emengweb committed Oct 18, 2023
1 parent 5f782d8 commit c9915ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nav/components/LogoBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c9915ce

Please sign in to comment.