Skip to content

Commit

Permalink
Merge pull request #273 from jediswaplabs/iamoskvin/hide_zap_links
Browse files Browse the repository at this point in the history
hide zap links
  • Loading branch information
iamoskvin authored Mar 2, 2024
2 parents b97bf4b + 32413cf commit 892b2cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/AddLiquidity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,19 +391,19 @@ export default function AddLiquidity({
&bull; It might take a <span style={{ fontWeight: 700 }}>few minutes</span> for pool to reflect and
enable swap.{' '}
</div>
<div style={{ fontWeight: 500, marginTop: '15px' }}>
{/* <div style={{ fontWeight: 500, marginTop: '15px' }}>
Don&apos;t have token pairs?{' '}
<StyledNavLink to={'/zap'}>Add liquidity with a single token on the zap page.</StyledNavLink>
</div>
</div> */}
</HeaderNote>
) : (
<HeaderNote>
Note: When you add liquidity, you will receive pool tokens representing your position. These tokens
automatically earn fees proportional to your share of the pool, and can be redeemed at any time.
<div style={{ fontWeight: 500, marginTop: '15px' }}>
{/* <div style={{ fontWeight: 500, marginTop: '15px' }}>
Don&apos;t have token pairs?{' '}
<StyledNavLink to={'/zap'}>Add liquidity with a single token on the zap page.</StyledNavLink>
</div>
</div> */}
</HeaderNote>
)}

Expand Down

0 comments on commit 892b2cc

Please sign in to comment.