Skip to content

Commit

Permalink
chore: xswap "UI fee" -> "Inteface fee"
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Jan 24, 2025
1 parent d09f6e2 commit fe27e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,8 @@ const _CrossChainSwapTradeReviewDialog: FC<{
) : null}
{feesBreakdown && feesBreakdown.ui.size > 0 ? (
<List.KeyValue
title="UI fee"
subtitle="The fee charged by the Sushi UI."
title="Interface fee (0.25%)"
subtitle="The fee charged by Sushi's interface."
>
<div className="flex flex-col gap-1">
{feesBreakdown.ui.get(chainId0) ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const CrossChainSwapTradeStats: FC = () => {

<div className="flex justify-between items-center gap-2">
<span className="text-sm text-gray-700 dark:text-slate-400">
Fee (0.25%)
Interface fee (0.25%)
</span>
<span className="text-sm font-semibold text-gray-700 text-right dark:text-slate-400">
{isLoading || !feeData ? (
Expand Down

0 comments on commit fe27e66

Please sign in to comment.