mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix discussions/2020
This commit is contained in:
@@ -45,8 +45,10 @@ export function InfoCard(props) {
|
||||
<Link href='/about'><GlobeAlt className={'w-6 h-6'} /></Link>
|
||||
</div>
|
||||
<div className='bg-indigo-400 p-2 rounded-full w-10 items-center flex justify-center transition-colors duration-200 dark:bg-yellow-500 dark:hover:bg-black hover:bg-white'>
|
||||
<Link href={siteConfig('HEO_INFO_CARD_URL', null, CONFIG)}><i className='fab fa-github text-xl' />
|
||||
{siteConfig('HEO_INFO_CARD_URL', null, CONFIG) && <Link href={siteConfig('HEO_INFO_CARD_URL', null, CONFIG)}>
|
||||
<i className='fab fa-github text-xl' />
|
||||
</Link>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
<MoreButton />
|
||||
|
||||
Reference in New Issue
Block a user