Skip to content

Commit

Permalink
removed the farms banner warning to harvest (#77)
Browse files Browse the repository at this point in the history
* removed the farms banner warning to harvest so we can go live for vebao and gauges cuz it is not relevant anymore

* removed unneeded deps
  • Loading branch information
zfogg authored Nov 26, 2022
1 parent 3e4ba93 commit 4561309
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/pages/farms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,12 @@ import PageHeader from '@/components/PageHeader'

import Balances from './components/Balances'
import FarmList from './components/FarmList'
import Card from '@/components/Card'
import Typography from '@/components/Typography'
import Link from 'next/link'

const Farms: React.FC = () => {
return (
<>
<NextSeo title={'Farms'} description={'Stake LP tokens to earn BAO.'} />
<PageHeader title='Farms' />
<Card className='flex'>
<div className='flex-row'>
<Typography variant='lg' className='mr-2 inline font-bold text-red'>
Attention:
</Typography>
<Typography className='inline'>
Withdraw your LP tokens and migrate to{' '}
<Link href='/distribution/'>
<a className='font-bold hover:text-text-400'>Gauges</a>
</Link>{' '}
if you wish to continue farming BAO. If you didn{"'"}t harvest before the November 19 snapshot of locked BAO, you will only be
able to migrate the balance you had at the time of the snapshot. Any liquid BAO collected from harvests post-snapshot can be
swapped with the{' '}
<Link href='/distribution/'>
<a className='font-bold hover:text-text-400'>migration swapper</a>
</Link>
.
</Typography>
</div>
</Card>
<Balances />
<FarmList />
</>
Expand Down

0 comments on commit 4561309

Please sign in to comment.