Skip to content

Commit

Permalink
fix pool link
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Apr 16, 2022
1 parent e6fe44e commit a76f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PoolPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function PoolPage({ poolAddress, history }) {
</RowFixed>
</FixedPanel>
</BasicLink>
<BasicLink to={`/${networkInfo.urlKey}/token/${token0?.id}`}>
<BasicLink to={`/${networkInfo.urlKey}/token/${token1?.id}`}>
<FixedPanel>
<RowFixed>
<TokenLogo address={token1?.id} size={'16px'} networkInfo={networkInfo} />
Expand Down

0 comments on commit a76f85c

Please sign in to comment.