Skip to content

Commit

Permalink
fix: tooltip in swap order view (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Jul 10, 2024
1 parent eb7b007 commit 51c068e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ export const OrderFeeConfirmationView = ({ order }: { order: Pick<OrderConfirmat
<HelpIconTooltip
title={
<>
The tiered widget fees incurred here will contribute to a license fee that supports the Safe community.
Neither Safe Ecosystem Foundation nor {`Safe{Wallet}`}
operate the CoW Swap Widget and/or CoW Swap.{` `}
The tiered widget fee incurred here is charged by CoW Protocol for the operation of this widget. The fee is
automatically calculated into this quote. Part of the fee will contribute to a license fee that supports the
Safe Community. Neither the Safe Ecosystem Foundation nor {`Safe{Wallet}`} operate the CoW Swap Widget
and/or CoW Swap.
<MUILink href={HelpCenterArticle.SWAP_WIDGET_FEES} target="_blank" rel="noopener noreferrer">
Learn more
</MUILink>
Expand Down

1 comment on commit 51c068e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 79.01% 11613/14698
🔴 Branches 58.6% 2847/4858
🟡 Functions 65.97% 1855/2812
🟢 Lines 80.4% 10471/13024

Test suite run success

1433 tests passing in 198 suites.

Report generated by 🧪jest coverage report action from 51c068e

Please sign in to comment.