Skip to content

Commit

Permalink
API LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaireddy committed Jan 11, 2021
1 parent 8df377b commit 40e5a8a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/components/SideNav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ function SideNav({ history }) {
Hybrid Staking<br />
</Option>
</Link>
<Link href="https://api.cheeseswap.app" target="_blank">
<Option>
<DollarSign size={20} style={{ marginRight: '.75rem' }} />
API<br />
</Option>
</Link>
</AutoColumn>
)}
</AutoColumn>
Expand All @@ -201,6 +195,11 @@ function SideNav({ history }) {
Twitter
</Link>
</HeaderText>
<HeaderText>
<Link href="https://api.cheeseswap.app" target="_blank">
API
</Link>
</HeaderText>
<Toggle isActive={isDark} toggle={toggleDarkMode} />
</AutoColumn>
{!below1180 && (
Expand Down

0 comments on commit 40e5a8a

Please sign in to comment.