Skip to content

Commit

Permalink
build: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Feb 9, 2024
1 parent 1d63bcc commit 1e65e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 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.145",
"version": "3.0.146",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"files": [
Expand Down
13 changes: 2 additions & 11 deletions src/components/YearnApps.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {LogoJuiced} from '../icons/LogoJuiced';
import {LogoYearn} from '../icons/LogoYearn';
import {VEYFI_DYFI_ADDRESS, YCRV_TOKEN_ADDRESS} from '../utils/constants';
import {ImageWithFallback} from './ImageWithFallback';
Expand All @@ -19,17 +20,7 @@ export const APPS = {
name: 'Juiced Vaults',
href: 'https://juiced.yearn.fi',
host: 'juiced.yearn.fi',
icon: (
<ImageWithFallback
className={'size-8'}
src={'/juiced.png'}
width={64}
height={64}
alt={'juiced'}
loading={'eager'}
priority
/>
)
icon: <LogoJuiced className={'size-8'} />
},
Vaults: {
name: 'Vaults',
Expand Down

0 comments on commit 1e65e4b

Please sign in to comment.