Skip to content

Commit

Permalink
Update dashboard link (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex authored May 22, 2024
1 parent 6ea1eae commit 56b6f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const PageTabs = () => {
<MenuItemLink to="/pool" dataTestId="pool-nav-link" isActive={isPoolActive}>
<Trans>Pool</Trans>
</MenuItemLink>
<ExternalMenuItemLink to={chainId === ChainId.GOERLI ? "https://info.v2.sepolia.jediswap.xyz/" : "https://info.v2.jediswap.xyz/"}>
<ExternalMenuItemLink to={"https://info.v2.jediswap.xyz/"}>
<Trans>Dashboard</Trans>
</ExternalMenuItemLink>
<ExternalMenuItemLink to="https://app.v1.jediswap.xyz/">
Expand Down

0 comments on commit 56b6f9d

Please sign in to comment.