Skip to content

Commit

Permalink
logo 图标消失
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 27, 2023
1 parent 8bbda2c commit 5a4122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/heo/components/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Logo = props => {
<div className='group-hover:opacity-0 opacity-100 visible group-hover:invisible text-lg my-auto rounded dark:border-white duration-200'>
{siteInfo?.title || BLOG.TITLE}
</div>
<div className='flex justify-center rounded-2xl group-hover:bg-indigo-600 w-full group-hover:opacity-100 opacity-0 invisible group-hover:visible absolute top-0 px-8 py-1 duration-200'>
<div className='flex justify-center rounded-2xl group-hover:bg-indigo-600 w-full group-hover:opacity-100 opacity-0 invisible group-hover:visible absolute top-0 py-1 duration-200'>
<Home className={'w-6 h-6 stroke-white stroke-2 '}/>
</div>
</div>
Expand Down

0 comments on commit 5a4122d

Please sign in to comment.