Skip to content

Commit 10258ae

Browse files
committed
fix: update disclaimer last updated time
1 parent 2f5cef6 commit 10258ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/curve-ui-kit/src/widgets/Legal/components/disclaimer-tabs/Dex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const Dex = () => (
6464
<Title>{t`Immutability and Irreversibility of Transactions`}</Title>
6565
<Paragraph>{t`When you engage in transactions on Ethereum or EVM-compatible blockchains, it is important to understand that these transactions are immutable and irreversible. Once a transaction is confirmed and recorded on the blockchain, it cannot be modified, reversed, or deleted. This means that if a user sends funds to an incorrect address or engage in a fraudulent transaction, it may not be possible to recover the funds. It is crucial to exercise caution, verify transaction details, and use secure wallets to minimize the risk of irreversible transactions.`}</Paragraph>
6666
</Section>
67-
67+
6868
<Section>
6969
<Title>{t`Malicious Behaviour Risks`}</Title>
7070
<Paragraph>{t`Activity on decentralized exchanges may be exposed to malicious or unexpected behaviour by third parties or automated actors. Such behaviour can include front-running, sandwich attacks, or rug pulls on tokens listed by external parties. These risks are inherent to permissionless systems and cannot be fully mitigated by Curve or any related entities.`}</Paragraph>

packages/curve-ui-kit/src/widgets/Legal/components/general/LastUpdated.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { t } from '@ui-kit/lib/i18n'
55
export const LastUpdated = () => (
66
<Stack justifyContent="space-evenly" alignItems="end">
77
<Typography variant="bodyXsRegular" color="textTertiary">{t`Last Updated`}</Typography>
8-
<Typography variant="highlightM">06.10.2025</Typography>
8+
<Typography variant="highlightM">17 Dec 2025</Typography>
99
</Stack>
1010
)

0 commit comments

Comments
 (0)