mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
Merge pull request #3515 from qixing-jk/fix/gitbook-logo-ratio
fix: correct logo ratio in Gitbook theme
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user