Skip to content

Commit 133c91d

Browse files
committed
fix: add missing final disclaimer at end of legal intro
1 parent fcf9a5c commit 133c91d

File tree

1 file changed

+2
-0
lines changed
  • packages/curve-ui-kit/src/widgets/Legal/components/disclaimer-tabs

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ export const LegalIntro = ({ currentApp, network }: TabProps) => (
4848
</Typography>
4949
</List>
5050
</Paragraph>
51+
52+
<Paragraph>{t`Swiss Stake AG does not operate any Curve Functionalities.`}</Paragraph>
5153
</>
5254
)

0 commit comments

Comments
 (0)