Skip to content

Commit

Permalink
fix: slippage tooltip copy
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Nov 27, 2024
1 parent b01f590 commit 2b9bdb7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ export const Slippage = ({ slippagePct, setSlippagePct, toggleSettings }: Slippa
</TooltipTrigger>
<TooltipContent>
<div className="space-y-2">
<p>Priority fees are paid to the Solana network.</p>
<p>This additional fee helps boost how a transaction is prioritized.</p>
<p>
Slippage is the maximum price difference you&apos;re willing to accept between placing a trade and
its execution
</p>
</div>
</TooltipContent>
</Tooltip>
Expand Down

0 comments on commit 2b9bdb7

Please sign in to comment.