Skip to content

Commit

Permalink
remove transition of logo
Browse files Browse the repository at this point in the history
  • Loading branch information
emengweb committed Oct 18, 2023
1 parent 98ef8fb commit b61a72a
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 @@ -15,7 +15,7 @@ export default function LogoBar(props) {
<Link href='/' className='md:w-48 grid justify-items-center text-md md:text-xl dark:text-gray-200'>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src={siteInfo?.icon?.replaceAll('width=400', 'width=280')}
height='44px' alt={BLOG.AUTHOR + ' - ' + BLOG.NEXT_PUBLIC_BIO} className='md:block transition-all hover:scale-110 duration-150' placeholderSrc='' />
height='44px' alt={BLOG.AUTHOR + ' - ' + BLOG.NEXT_PUBLIC_BIO} className='md:block' placeholderSrc='' />
{CONFIG.SHOW_TITLE_TEXT && siteInfo?.title}
</Link>
</div>
Expand Down

0 comments on commit b61a72a

Please sign in to comment.