Skip to content

Commit

Permalink
fix: adjust dynamic slippage wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Aug 27, 2024
1 parent e199bff commit a2375e6
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ const SmartSlippageInfo = styled.div`
display: flex;
justify-content: flex-end;
padding-bottom: 0.35rem;
> span {
margin-left: 4px;
}
`

const Wrapper = styled.div`
Expand Down Expand Up @@ -356,15 +360,15 @@ export function TransactionSettings() {
{isSmartSlippageApplied && (
<RowBetween>
<SmartSlippageInfo>
<span>Dynamic</span>
<HelpTooltip
text={
<Trans>
Based on recent volatility observed for this token pair. Its recommended to leave the default to
account for price changes
Based on recent volatility observed for this token pair, it's recommended to leave the default
to account for price changes.
</Trans>
}
/>
<span>Dynamic</span>
</SmartSlippageInfo>
</RowBetween>
)}
Expand Down

0 comments on commit a2375e6

Please sign in to comment.