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 8280213 commit 1b4ddd6
Show file tree
Hide file tree
Showing 2 changed files with 2 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.161",
"version": "3.0.162",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/LogoPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function LogoPopover(): ReactElement {
!isShowing ? 'opacity-0 pointer-events-none' : 'opacity-0 pointer-events-auto'
)}
/>
<Popover.Button className={'z-20 -mt-4 flex items-center'}>
<Popover.Button className={'z-20 -mt-4 flex w-8 items-center'}>
<Link href={'/'}>
<span className={'sr-only'}>{'Back to home'}</span>
<Logo />
Expand Down

0 comments on commit 1b4ddd6

Please sign in to comment.