From 1e65e4b8787277d8c025e5e275fd308b71aee135 Mon Sep 17 00:00:00 2001 From: Majorfi Date: Fri, 9 Feb 2024 14:37:14 +0100 Subject: [PATCH] build: bump --- package.json | 2 +- src/components/YearnApps.tsx | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index dccb8fa4..1259dc99 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/components/YearnApps.tsx b/src/components/YearnApps.tsx index 19171680..45da4e23 100644 --- a/src/components/YearnApps.tsx +++ b/src/components/YearnApps.tsx @@ -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'; @@ -19,17 +20,7 @@ export const APPS = { name: 'Juiced Vaults', href: 'https://juiced.yearn.fi', host: 'juiced.yearn.fi', - icon: ( - - ) + icon: }, Vaults: { name: 'Vaults',