Skip to content

Commit

Permalink
update looping wording
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshiba1 committed Jul 3, 2024
1 parent 7cc6844 commit 38d6e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/layout/LoopingDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ export default function LoopingDialog() {
className: "pb-0",
titleClassName: "text-warning",
titleIcon: <AlertTriangle />,
title: "Looped positions",
title: "Looping detected",
}}
isAutoHeight
>
<div className="flex flex-col gap-4 p-4">
<TLabelSans className="text-foreground">
You are looping (depositing and borrowing the same asset, or
USDT-USDC) which is penalized to receive less SUI incentives.
Eliminate looping to maximize rewards.
You are looping (depositing and borrowing the same asset or
USDT-USDC). Soon, looped positions will no longer be eligible for LM
rewards. Please unloop to remain eligible.
</TLabelSans>

<div className="flex flex-col gap-2">
Expand Down

0 comments on commit 38d6e32

Please sign in to comment.