Merge pull request #3515 from qixing-jk/fix/gitbook-logo-ratio

fix: correct logo ratio in Gitbook theme
This commit is contained in:
tangly1024
2025-07-27 21:16:49 +08:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ export default function LogoBar(props) {
<div id='logo-wrapper' className='w-full flex items-center mr-2'>
<SmartLink
href={`/${siteConfig('GITBOOK_INDEX_PAGE', '', CONFIG)}`}
className='flex text-lg font-bold md:text-2xl dark:text-gray-200'>
className='flex text-lg font-bold md:text-2xl dark:text-gray-200 items-center'>
<LazyImage
src={siteInfo?.icon}
width={24}