Skip to content

Commit

Permalink
Merge pull request #301 from KyberNetwork/namgold/fix-pool-link
Browse files Browse the repository at this point in the history
fix pool link
  • Loading branch information
nhd98z authored Apr 16, 2022
2 parents 103dac4 + a76f85c commit 07dc205
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 07dc205

Please sign in to comment.