Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Feb 13, 2024
1 parent 28281ce commit 1ae37ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yearn-finance/web-lib",
"version": "3.0.166",
"version": "3.0.167",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
8 changes: 7 additions & 1 deletion src/components/LogoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ function Logo(): ReactElement {
</MotionDiv>
);
})}
<MotionDiv
key={'Vaults'}
name={'Vaults'}
animate={isVaultPage ? 'enter' : 'exit'}>
<div className={'size-16 opacity-0'} />
</MotionDiv>
</>
);
}
Expand Down Expand Up @@ -110,7 +116,7 @@ export function LogoPopover(): ReactElement {
!isShowing ? 'opacity-0 pointer-events-none' : 'opacity-0 pointer-events-auto'
)}
/>
<Popover.Button className={'z-20 -mt-4 flex w-8 items-center'}>
<Popover.Button className={'z-20 -mt-4 flex size-8 items-center'}>
<Link href={'/'}>
<span className={'sr-only'}>{'Back to home'}</span>
<Logo />
Expand Down

0 comments on commit 1ae37ab

Please sign in to comment.