Skip to content

Commit

Permalink
Merge pull request #397 from Plex-Engineer/add-info-message-for-cnote…
Browse files Browse the repository at this point in the history
…/usdc

Add info message for cnote/usdc
  • Loading branch information
dsudit01 authored Apr 26, 2024
2 parents 578e6c8 + c23ff52 commit 847fc4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/lp/components/pairRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ export const GeneralAmbientPairRow = ({
<Text theme="primary-dark" key={pool.address + "symbol"}>
{pool.symbol}
</Text>
{pool.symbol === "cNOTE / USDC" && (
<InfoPop>
<Text>All emissions to this pool will be removed soon.</Text>
</InfoPop>
)}
</Container>,
<AprBlock key={"apr"} pool={pool} />,
<Text key={pool.address + "tvl"}>
Expand Down

0 comments on commit 847fc4c

Please sign in to comment.