From 85a527aee1696171503d8962ee49c95fb86f5eaa Mon Sep 17 00:00:00 2001 From: Majorfi Date: Thu, 21 Mar 2024 12:24:12 +0100 Subject: [PATCH] build: bump --- package.json | 2 +- src/components/YearnApps.tsx | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/package.json b/package.json index 7e5876a2..81c92429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yearn-finance/web-lib", - "version": "3.0.181", + "version": "3.0.182", "main": "./dist/index.js", "types": "./dist/index.d.js", "files": [ diff --git a/src/components/YearnApps.tsx b/src/components/YearnApps.tsx index 1461b122..0a9b9731 100644 --- a/src/components/YearnApps.tsx +++ b/src/components/YearnApps.tsx @@ -97,18 +97,6 @@ export const APPS = { /> ) }, - yBribe: { - name: 'yBribe', - href: 'https://ybribe.yearn.fi', - host: 'ybribe.yearn.fi', - icon: ( - - ) - }, yFactory: { name: 'yFactory', href: 'https://factory.yearn.fi',