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',