Skip to content

Commit

Permalink
Update src/pages/Pools/Pools.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: tomjeatt <[email protected]>
  • Loading branch information
danielsimao and tomjeatt authored Nov 22, 2023
1 parent 2f6e0d2 commit 4f8427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Pools/Pools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Pools = (): JSX.Element => {
<PoolsInsights pools={pools} accountPoolsData={accountPoolsData} refetch={refetchAccountPools} />
<Alert status='info'>
Please be aware that there are currently no {GOVERNANCE_TOKEN.ticker} incentives being provided to the pools.
The APR displayed represents the earnings based on solely on trading fees. These earnings are automatically
The APR displayed represents the earnings based solely on trading fees. These earnings are automatically
reinvested into your positions.
</Alert>
<PoolsTables pools={pools} accountPools={accountPositions} />
Expand Down

0 comments on commit 4f8427e

Please sign in to comment.