From b2da5228744720d9303be269db15b2b232025657 Mon Sep 17 00:00:00 2001 From: Jorge Galat Date: Mon, 2 Oct 2023 10:06:35 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20strategies:=20remove=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/strategies.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/strategies.tsx b/pages/strategies.tsx index 746a95d05..91cc2c3b3 100644 --- a/pages/strategies.tsx +++ b/pages/strategies.tsx @@ -93,7 +93,6 @@ const Strategies: NextPage = () => { {t('Leverage')} ), - isNew: true, source: 'exactly' as const, imgPath: '/img/strategies/featured_leverage.svg', }, @@ -111,7 +110,6 @@ const Strategies: NextPage = () => { {t('Rollover')} ), - isNew: true, source: 'exactly' as const, imgPath: '/img/strategies/featured_rollover.svg', }, @@ -177,7 +175,6 @@ const Strategies: NextPage = () => { {t('Leverage')} ), - isNew: true, }, { title: t('Reduce Exposure'), @@ -191,7 +188,6 @@ const Strategies: NextPage = () => { {t('Deleverage')} ), - isNew: true, }, { title: t('Refinance Loans'), @@ -207,7 +203,6 @@ const Strategies: NextPage = () => { {t('Rollover')} ), - isNew: true, }, { chainId: optimism.id,