diff --git a/src/components/SwapForm/SwapActionButton/SwapButtonWithPriceImpact.tsx b/src/components/SwapForm/SwapActionButton/SwapButtonWithPriceImpact.tsx
index e841642f26..97bbe6cb30 100644
--- a/src/components/SwapForm/SwapActionButton/SwapButtonWithPriceImpact.tsx
+++ b/src/components/SwapForm/SwapActionButton/SwapButtonWithPriceImpact.tsx
@@ -101,7 +101,7 @@ export const SwapButtonWithPriceImpact = ({
text={
To ensure you dont lose funds due to very high price impact (≥10%), swap has been disabled for this trade.
- If you still wish to continue, you can turn on Degen Mode from Settings
+ If you still wish to continue, you can turn on Degen Mode from Settings.
}
>
@@ -112,7 +112,7 @@ export const SwapButtonWithPriceImpact = ({
text={
There was an issue while trying to find a price for these tokens. Please try again. Otherwise, you may
- select some other tokens to swap
+ select some other tokens to swap.
}
>
diff --git a/src/components/SwapForm/SwapModal/ConfirmSwapModalContent.tsx b/src/components/SwapForm/SwapModal/ConfirmSwapModalContent.tsx
index bbe2a361f1..36337161c8 100644
--- a/src/components/SwapForm/SwapModal/ConfirmSwapModalContent.tsx
+++ b/src/components/SwapForm/SwapModal/ConfirmSwapModalContent.tsx
@@ -364,7 +364,7 @@ export default function ConfirmSwapModalContent({
text={
To ensure you dont lose funds due to very high price impact (≥10%), swap has been disabled
- for this trade. If you still wish to continue, you can turn on Degen Mode from Settings
+ for this trade. If you still wish to continue, you can turn on Degen Mode from Settings.
}
>
diff --git a/src/components/SwapForm/SwapModal/SwapDetails/index.tsx b/src/components/SwapForm/SwapModal/SwapDetails/index.tsx
index 10c4ed30f1..0b462a73b7 100644
--- a/src/components/SwapForm/SwapModal/SwapDetails/index.tsx
+++ b/src/components/SwapForm/SwapModal/SwapDetails/index.tsx
@@ -153,7 +153,7 @@ export default function SwapDetails({
You will receive at least this amount or your transaction will revert}
+ text={You will receive at least this amount or your transaction will revert.}
placement="right"
>
Minimum Received
@@ -224,7 +224,7 @@ export default function SwapDetails({
- Estimated network fee for your transaction} placement="right">
+ Estimated network fee for your transaction.} placement="right">
Est. Gas Fee
@@ -364,7 +364,7 @@ export default function SwapDetails({
- Chain on which the swap will be executed}>
+ Chain on which the swap will be executed.}>
Chain
@@ -380,7 +380,7 @@ export default function SwapDetails({
text={
The contract address that will be executing the swap. You can verify the contract in the block
- explorer
+ explorer.
}
>
diff --git a/src/components/SwapForm/TradeSummary.tsx b/src/components/SwapForm/TradeSummary.tsx
index 6bbc3825e8..ed6d32d564 100644
--- a/src/components/SwapForm/TradeSummary.tsx
+++ b/src/components/SwapForm/TradeSummary.tsx
@@ -198,7 +198,7 @@ const TradeSummary: React.FC = ({ routeSummary, slippage }) => {
You will receive at least this amount or your transaction will revert}
+ text={You will receive at least this amount or your transaction will revert.}
placement="right"
>
Minimum Received
@@ -215,7 +215,7 @@ const TradeSummary: React.FC = ({ routeSummary, slippage }) => {
- Estimated network fee for your transaction} placement="right">
+ Estimated network fee for your transaction.} placement="right">
Est. Gas Fee
diff --git a/src/components/Vesting/VestingCard.tsx b/src/components/Vesting/VestingCard.tsx
index 20c677bc1d..d0465c0e52 100644
--- a/src/components/Vesting/VestingCard.tsx
+++ b/src/components/Vesting/VestingCard.tsx
@@ -302,7 +302,7 @@ function VestingCard({
Claimable Rewards
@@ -329,7 +329,7 @@ function VestingCard({
-
+
Locked Rewards
diff --git a/src/components/WalletPopup/RewardCenter.tsx b/src/components/WalletPopup/RewardCenter.tsx
index de86de2cbd..391729136e 100644
--- a/src/components/WalletPopup/RewardCenter.tsx
+++ b/src/components/WalletPopup/RewardCenter.tsx
@@ -113,7 +113,7 @@ export default function RewardCenter() {
>
Total Available Rewards
diff --git a/src/components/WalletPopup/SendToken/WarningBrave.tsx b/src/components/WalletPopup/SendToken/WarningBrave.tsx
index 7028bc2e54..b45fb3f902 100644
--- a/src/components/WalletPopup/SendToken/WarningBrave.tsx
+++ b/src/components/WalletPopup/SendToken/WarningBrave.tsx
@@ -51,7 +51,7 @@ const WarningBrave = ({ token }: { token: Currency | undefined }) => {
{shortenAddress(chainId, token.wrapped.address, 5, false)}
-
+
diff --git a/src/components/WalletPopup/Transactions/index.tsx b/src/components/WalletPopup/Transactions/index.tsx
index cc38ea1e58..519cd6066d 100644
--- a/src/components/WalletPopup/Transactions/index.tsx
+++ b/src/components/WalletPopup/Transactions/index.tsx
@@ -194,7 +194,7 @@ function ListTransaction({ isMinimal }: { isMinimal: boolean }) {
- You have no Transaction History
+ You have no Transaction History.
) : (
diff --git a/src/components/YieldPools/ElasticFarmGroup/FarmCard.tsx b/src/components/YieldPools/ElasticFarmGroup/FarmCard.tsx
index aa17263fa2..86b92ce6a4 100644
--- a/src/components/YieldPools/ElasticFarmGroup/FarmCard.tsx
+++ b/src/components/YieldPools/ElasticFarmGroup/FarmCard.tsx
@@ -134,7 +134,7 @@ const FarmCard = ({
- You have {numberOutRangePos} out-of-range position(s)
+ You have {numberOutRangePos} out-of-range position(s).
}
>
@@ -148,7 +148,7 @@ const FarmCard = ({
- You have {numberInRangePos} in-range position(s)
+ You have {numberInRangePos} in-range position(s).
}
>
diff --git a/src/components/YieldPools/ElasticFarmGroup/Row.tsx b/src/components/YieldPools/ElasticFarmGroup/Row.tsx
index e12f791dea..ef4c0bb148 100644
--- a/src/components/YieldPools/ElasticFarmGroup/Row.tsx
+++ b/src/components/YieldPools/ElasticFarmGroup/Row.tsx
@@ -196,7 +196,7 @@ const Row = ({
return (
@@ -218,7 +218,7 @@ const Row = ({
return (
@@ -280,7 +280,7 @@ const Row = ({
- You have {numberOutRangePos} out-of-range position(s)
+ You have {numberOutRangePos} out-of-range position(s).
}
>
diff --git a/src/components/YieldPools/ElasticFarmGroup/buttons.tsx b/src/components/YieldPools/ElasticFarmGroup/buttons.tsx
index 4f7716422d..94e7db25fd 100644
--- a/src/components/YieldPools/ElasticFarmGroup/buttons.tsx
+++ b/src/components/YieldPools/ElasticFarmGroup/buttons.tsx
@@ -100,7 +100,7 @@ export const DepositButton: React.FC> =
return (
{renderButton()}
@@ -142,7 +142,7 @@ export const WithdrawButton: React.FC>
return (
{renderButton()}
diff --git a/src/components/YieldPools/ElasticFarmGroup/index.tsx b/src/components/YieldPools/ElasticFarmGroup/index.tsx
index 9a746f4ea3..9c26bdb5c0 100644
--- a/src/components/YieldPools/ElasticFarmGroup/index.tsx
+++ b/src/components/YieldPools/ElasticFarmGroup/index.tsx
@@ -426,7 +426,7 @@ const ElasticFarmGroup: React.FC = ({ address, onOpenModal, pools, onShow
) : null)}
@@ -444,7 +444,7 @@ const ElasticFarmGroup: React.FC = ({ address, onOpenModal, pools, onShow
) : null)}
-
+
= ({ address, onOpenModal, pools, onShow
alignItems={upToExtraSmall ? 'flex-start' : 'center'}
>
Deposited Liquidity
diff --git a/src/components/YieldPools/ElasticFarmModals/WithdrawModal.tsx b/src/components/YieldPools/ElasticFarmModals/WithdrawModal.tsx
index 5c64c6a602..37455fb147 100644
--- a/src/components/YieldPools/ElasticFarmModals/WithdrawModal.tsx
+++ b/src/components/YieldPools/ElasticFarmModals/WithdrawModal.tsx
@@ -131,7 +131,7 @@ const PositionRow = ({
checked={selected}
/>
) : (
-
+
{disableCheckbox}
)}
diff --git a/src/components/YieldPools/FairLaunchPools.tsx b/src/components/YieldPools/FairLaunchPools.tsx
index 672ca839f0..efc5084a43 100644
--- a/src/components/YieldPools/FairLaunchPools.tsx
+++ b/src/components/YieldPools/FairLaunchPools.tsx
@@ -207,8 +207,8 @@ const FairLaunchPools = ({ fairLaunchAddress, farms, active }: FarmsListProps) =
diff --git a/src/components/YieldPools/FarmGuide.tsx b/src/components/YieldPools/FarmGuide.tsx
index 7bce54a835..2f52ed475c 100644
--- a/src/components/YieldPools/FarmGuide.tsx
+++ b/src/components/YieldPools/FarmGuide.tsx
@@ -42,7 +42,7 @@ const guideStepByVersion: Record<
{
content: (
- Identify the Elastic farm you would like to participate in
+ Identify the Elastic farm you would like to participate in.
),
icon: ,
@@ -53,7 +53,7 @@ const guideStepByVersion: Record<
Add liquidity to the corresponding{' '}
{Elastic pool} and receive a NFT token for
- your liquidity position
+ your liquidity position.
), // todo: add network route
icon: ,
@@ -63,7 +63,7 @@ const guideStepByVersion: Record<
content: (
Approve the farming contract (if you haven't) to let it access your liquidity
- positions (NFT tokens)
+ positions (NFT tokens).
),
icon: ,
@@ -73,7 +73,7 @@ const guideStepByVersion: Record<
content: (
Deposit your liquidity position (NFT token) into the farming contract. Then{' '}
- stake it into the farm
+ stake it into the farm.
),
icon: ,
@@ -82,7 +82,7 @@ const guideStepByVersion: Record<
{
content: (
- Harvest your farming rewards whenever you want
+ Harvest your farming rewards whenever you want.
),
icon: ,
@@ -93,7 +93,7 @@ const guideStepByVersion: Record<
Claim your farming rewards from the{' '}
Vesting tab! Note: some farms
- may have a vesting period
+ may have a vesting period.
), //todo: add network route
icon: ,
@@ -103,7 +103,7 @@ const guideStepByVersion: Record<
[VERSION.ELASTIC_LEGACY]: [],
[VERSION.CLASSIC]: [
{
- content: Identify the Classic farm you would like to participate in,
+ content: Identify the Classic farm you would like to participate in.,
icon: ,
title: 'Step 1',
},
@@ -112,24 +112,24 @@ const guideStepByVersion: Record<
Add liquidity to the corresponding{' '}
Classic pool to receive Liquidity Provider
- (LP) tokens
+ (LP) tokens.
), //todo: add network route
icon: ,
title: 'Step 2',
},
{
- content: Stake your LP tokens in the farm you identified earlier,
+ content: Stake your LP tokens in the farm you identified earlier.,
icon: ,
title: 'Step 3',
},
{
- content: Harvest your farming rewards whenever you want,
+ content: Harvest your farming rewards whenever you want.,
icon: ,
title: 'Step 4',
},
{
- content: Claim your farming rewards! (Note: some farms may have a vesting period),
+ content: Claim your farming rewards! (Note: some farms may have a vesting period).,
icon: ,
title: 'Step 5',
},
@@ -151,10 +151,10 @@ function FarmGuide({ farmType }: { farmType: VERSION }) {
<>
Deposit your liquidity from the Elastic Pools here, and then stake it to earn even more attractive
- farming rewards. Learn about our farming mechanisms
+ farming rewards. Learn about our farming mechanisms.
{' '}
- here ↗
+ here ↗.
>
) : (
@@ -163,7 +163,7 @@ function FarmGuide({ farmType }: { farmType: VERSION }) {
Deposit your liquidity from the Classic Pools here to earn even more attractive farming rewards.
{' '}
- Learn More ↗
+ Learn More ↗.
>
)}
diff --git a/src/components/YieldPools/FarmStepGuide/index.tsx b/src/components/YieldPools/FarmStepGuide/index.tsx
index 6292b7a3cf..eb5466aef1 100644
--- a/src/components/YieldPools/FarmStepGuide/index.tsx
+++ b/src/components/YieldPools/FarmStepGuide/index.tsx
@@ -260,11 +260,11 @@ const FarmStepGuide: FC = ({ version, onChangeVersion }) =>
Dynamic farms incentivize farmers that provide liquidity to a pool in a customizable price range that
- supports the current price of the pool. Each farmer can choose their own price range. Learn more hereLearn
- more{' '}
+ supports the current price of the pool. Each farmer can choose their own price range. Learn more{' '}
here ↗
+ .
),
diff --git a/src/components/YieldPools/FarmingPoolAPRCell.tsx b/src/components/YieldPools/FarmingPoolAPRCell.tsx
index d7830481d6..c3013b2994 100644
--- a/src/components/YieldPools/FarmingPoolAPRCell.tsx
+++ b/src/components/YieldPools/FarmingPoolAPRCell.tsx
@@ -76,7 +76,7 @@ export const APRTooltipContent = ({
whiteSpace: upToSmall ? 'wrap' : 'nowrap',
}}
>
- Estimated return from trading fees if you participate in the pool
+ Estimated return from trading fees if you participate in the pool.
@@ -101,7 +101,7 @@ export const APRTooltipContent = ({
whiteSpace: upToSmall ? 'wrap' : 'nowrap',
}}
>
- Estimated return from additional rewards if you also participate in the farm
+ Estimated return from additional rewards if you also participate in the farm.
)}
diff --git a/src/components/swapv2/AdvancedSwapDetails.tsx b/src/components/swapv2/AdvancedSwapDetails.tsx
index 5b4a4ad6e6..6cb94cbc8e 100644
--- a/src/components/swapv2/AdvancedSwapDetails.tsx
+++ b/src/components/swapv2/AdvancedSwapDetails.tsx
@@ -61,7 +61,7 @@ const PriceImpactNote = () => {
target="_blank"
rel="noreferrer"
>
- here ↗
+ here ↗.
@@ -104,7 +104,7 @@ const MinReceiveLabel = () => {
You will receive at least this amount or your transaction will revert}
+ text={You will receive at least this amount or your transaction will revert.}
placement="right"
>
Minimum Received
@@ -328,7 +328,7 @@ export function TradeSummaryCrossChain({
- Current Price in the market} placement="right">
+ Current Price in the market.} placement="right">
Current Price
@@ -343,7 +343,7 @@ export function TradeSummaryCrossChain({
You will receive at least this amount, or your transaction will revert by Axelar}
+ text={You will receive at least this amount, or your transaction will revert by Axelar.}
placement="right"
>
Minimum Received
@@ -363,7 +363,7 @@ export function TradeSummaryCrossChain({
Estimate time to complete your transaction}
+ text={Estimate time to complete your transaction.}
placement="right"
>
{t`Estimated Processing Time`}
@@ -407,13 +407,13 @@ export function TradeSummaryCrossChain({
>
swap
-
+ .
) : (