From 0d519fc2446f73df13a8cc63405703eebb4b65e0 Mon Sep 17 00:00:00 2001 From: Majorfi Date: Wed, 29 Nov 2023 14:12:15 +0100 Subject: [PATCH] chore: re-add card on the index page --- CHANGELOG.md | 1 + pages/index.tsx | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abf4a813..166f97059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Add an `onReset` function in the `useQueryArguments` hook to be able to reset the query arguments to their default values - Use `New` for APR when it's tagged as new - On V3, we only display Polygon for now, as the V3 vaults are polygon only +- Add Card for V3 on the index page # 0.1.25 (28/08/2023) diff --git a/pages/index.tsx b/pages/index.tsx index d4e58bf03..b8f47fb06 100755 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -10,18 +10,18 @@ import {LogoYearn} from '@common/icons/LogoYearn'; import type {ReactElement} from 'react'; const apps = [ - // { - // href: '/vaults-v3', - // title: 'V3', - // description: 'deposit tokens and receive yield.', - // icon: ( - // - // ) - // }, + { + href: '/vaults-v3', + title: 'V3', + description: 'deposit tokens and receive yield.', + icon: ( + + ) + }, { href: '/vaults', title: 'Vaults',