Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: xswap "UI fee" -> "Inteface fee" #1801

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading