fix: correct logo ratio in Gitbook theme

Resolves #3511
This commit is contained in:
anime
2025-07-23 23:06:56 +08:00
parent 8e95616b04
commit a81e17e8e0

View File

@@ -14,7 +14,7 @@ export default function LogoBar(props) {
<div id='logo-wrapper' className='w-full flex items-center mr-2'>
<Link
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}