Skip to content

Commit

Permalink
added v2 link to the header
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Feb 22, 2024
1 parent 074a0e4 commit 1d2df7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ function Header({ history }: { history: any }) {
Dashboard
</StyledExternalLink>

<StyledExternalLink id={`jedi-v2-link`} href={'https://app.v2.jediswap.xyz/'}>
V2
</StyledExternalLink>

{/* <StyledNavLink id={`stake-nav-link`} to={'/uni'} isActive={() => history.location.pathname.includes('/uni')}>
UNI
</StyledNavLink> */}
Expand Down

0 comments on commit 1d2df7e

Please sign in to comment.