Skip to content

Commit

Permalink
fix: typo in feeTooltipMarkdown (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom authored Jun 5, 2024
1 parent c1f4064 commit d965ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const SwapWidget = ({ sell }: Params) => {
content: {
feeLabel: 'No fee for one month',
feeTooltipMarkdown:
'Any future transaction fee incurred by Cow Protocol here will contribute to a license fee that supports the Safe Community. Neither Safe Ecosystem Foundation nor Core Contributors GmbH operate the CoW Swap Widget and/or Cow Swap.',
'Any future transaction fee incurred by CoW Protocol here will contribute to a license fee that supports the Safe Community. Neither Safe Ecosystem Foundation nor Core Contributors GmbH operate the CoW Swap Widget and/or CoW Swap.',
},
})
}, [sell, palette, darkMode, chainId])
Expand Down

0 comments on commit d965ee8

Please sign in to comment.