Skip to content

Commit

Permalink
chore: re-add card on the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 29, 2023
1 parent 28ff2d1 commit 0d519fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
24 changes: 12 additions & 12 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
// <LogoYearn
// className={'h-[100px] w-[100px]'}
// back={'text-pink-400'}
// front={'text-white'}
// />
// )
// },
{
href: '/vaults-v3',
title: 'V3',
description: 'deposit tokens and receive yield.',
icon: (
<LogoYearn
className={'h-[100px] w-[100px]'}
back={'text-pink-400'}
front={'text-white'}
/>
)
},
{
href: '/vaults',
title: 'Vaults',
Expand Down

0 comments on commit 0d519fc

Please sign in to comment.