Skip to content

Commit

Permalink
🔥 strategies: remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat committed Oct 2, 2023
1 parent 256efb2 commit b2da522
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/strategies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const Strategies: NextPage = () => {
{t('Leverage')}
</Button>
),
isNew: true,
source: 'exactly' as const,
imgPath: '/img/strategies/featured_leverage.svg',
},
Expand All @@ -111,7 +110,6 @@ const Strategies: NextPage = () => {
{t('Rollover')}
</Button>
),
isNew: true,
source: 'exactly' as const,
imgPath: '/img/strategies/featured_rollover.svg',
},
Expand Down Expand Up @@ -177,7 +175,6 @@ const Strategies: NextPage = () => {
{t('Leverage')}
</Button>
),
isNew: true,
},
{
title: t('Reduce Exposure'),
Expand All @@ -191,7 +188,6 @@ const Strategies: NextPage = () => {
{t('Deleverage')}
</Button>
),
isNew: true,
},
{
title: t('Refinance Loans'),
Expand All @@ -207,7 +203,6 @@ const Strategies: NextPage = () => {
{t('Rollover')}
</Button>
),
isNew: true,
},
{
chainId: optimism.id,
Expand Down

1 comment on commit b2da522

@vercel
Copy link

@vercel vercel bot commented on b2da522 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

exactly-development.vercel.app
app.exactly.app
app.exact.ly
app-git-main.exactly.app
exactly.app

Please sign in to comment.