Skip to content

Commit

Permalink
Update tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba80-02 committed Jan 5, 2025
1 parent 964d1e2 commit 0f33179
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/PositionsList/PositionItem/PositionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,18 @@ export const PositionItem: React.FC<IPositionItem> = ({
<>
{!isActive ? (
<p>
The position is in a pool that distributes points, but your position is{' '}
<b>inactive</b>.
This position <b>isn't</b> earning points, even though the pool is generating
them. Your position's liquidity remains <b>inactive</b> and <b>won't</b> earn
points as long as the current price is <b>outside</b> its specified price range.
To start earning points again, close the current position and open a new one with
a price range that includes the pool's current price
</p>
) : !isPromoted ? (
<p>
The position is in a pool that does <b>not distribute points</b>.
This position <b>isn't</b> earning points because it was opened on a pool that
<b>doesn't</b> generate them. If you were expecting to earn points, make sure you
selected a pool with a fee tier that generates points, as not all pools do. Only
pools with the <b>specified</b> fee tier can generate points
</p>
) : null}
</>
Expand Down

0 comments on commit 0f33179

Please sign in to comment.