Commit 6b608553 authored by charity-sock-pacifist's avatar charity-sock-pacifist Committed by GitHub

fix: learn more url [main] (#7483)

* fix: learn more url

* fix: snapshots

---------
Co-authored-by: default avatarcharity-sock-pacifist <interface-github@example.com>
parent 53b53c22
...@@ -92,7 +92,7 @@ function SwapFeeTooltipContent({ hasFee }: { hasFee: boolean }) { ...@@ -92,7 +92,7 @@ function SwapFeeTooltipContent({ hasFee }: { hasFee: boolean }) {
return ( return (
<> <>
{message}{' '} {message}{' '}
<ExternalLink href="https://uniswap.org/docs/v2/protocol-overview/fees/"> <ExternalLink href="https://support.uniswap.org/hc/en-us/articles/20131678274957">
<Trans>Learn more</Trans> <Trans>Learn more</Trans>
</ExternalLink> </ExternalLink>
</> </>
......
...@@ -747,7 +747,7 @@ exports[`SwapLineItem.tsx dutch order eth input 1`] = ` ...@@ -747,7 +747,7 @@ exports[`SwapLineItem.tsx dutch order eth input 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
...@@ -2160,7 +2160,7 @@ exports[`SwapLineItem.tsx exact input 1`] = ` ...@@ -2160,7 +2160,7 @@ exports[`SwapLineItem.tsx exact input 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
...@@ -3827,7 +3827,7 @@ exports[`SwapLineItem.tsx exact input api 1`] = ` ...@@ -3827,7 +3827,7 @@ exports[`SwapLineItem.tsx exact input api 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
...@@ -5494,7 +5494,7 @@ exports[`SwapLineItem.tsx exact output 1`] = ` ...@@ -5494,7 +5494,7 @@ exports[`SwapLineItem.tsx exact output 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
...@@ -7369,7 +7369,7 @@ exports[`SwapLineItem.tsx fee on buy 1`] = ` ...@@ -7369,7 +7369,7 @@ exports[`SwapLineItem.tsx fee on buy 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
...@@ -9244,7 +9244,7 @@ exports[`SwapLineItem.tsx fee on sell 1`] = ` ...@@ -9244,7 +9244,7 @@ exports[`SwapLineItem.tsx fee on sell 1`] = `
Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap. Fee is applied on a few token pairs to ensure the best experience with Uniswap. There is no fee associated with this swap.
<a <a
class="c10" class="c10"
href="https://uniswap.org/docs/v2/protocol-overview/fees/" href="https://support.uniswap.org/hc/en-us/articles/20131678274957"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank" target="_blank"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment