Skip to content

Commit

Permalink
icon add
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaireddy committed Jan 11, 2021
1 parent 3f45ad2 commit 036dd6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/SideNav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useMedia } from 'react-use'
import { transparentize } from 'polished'
import { TYPE } from '../../Theme'
import { withRouter } from 'react-router-dom'
import { RefreshCcw, TrendingUp, List, PieChart, Disc, DollarSign, Lock } from 'react-feather'
import { RefreshCcw, TrendingUp, List, PieChart, Disc, DollarSign, Lock, Sunrise } from 'react-feather'
import Link from '../Link'
import { useSessionStart } from '../../contexts/Application'
import { useDarkModeManager } from '../../contexts/LocalStorage'
Expand Down Expand Up @@ -170,16 +170,16 @@ function SideNav({ history }) {
KP3RB
</Option>
</Link>
<Link href="https://stake.cheeseswap.app" target="_blank">
<Link href="https://farm.cheeseswap.app" target="_blank">
<Option>
<DollarSign size={20} style={{ marginRight: '.75rem' }} />
Hybrid Staking<br />
<Sunrise size={20} style={{ marginRight: '.75rem' }} />
Farm<br />
</Option>
</Link>
<Link href="https://farm.cheeseswap.app" target="_blank">
<Link href="https://stake.cheeseswap.app" target="_blank">
<Option>
<DollarSign size={20} style={{ marginRight: '.75rem' }} />
Farm<br />
Hybrid Staking<br />
</Option>
</Link>
</AutoColumn>
Expand Down

0 comments on commit 036dd6e

Please sign in to comment.