Skip to content

Commit 0f7d00e

Browse files
authored
fix: update legal disclaimer text (#163)
1 parent ccb56fb commit 0f7d00e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/TokenLocking/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const TokenLocking = () => {
4242
safeBalance={safeBalance ?? 0}
4343
/>
4444
</PaperContainer>
45-
4645
<PaperContainer>
4746
<LockTokenWidget safeBalance={safeBalance} />
4847
<ActionNavigation disabled={!isUnlockAvailable} />
@@ -57,23 +56,24 @@ const TokenLocking = () => {
5756
<Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}>
5857
Please note that residents in{' '}
5958
<ExternalLink href={SAFE_TERMS_AND_CONDITIONS_URL}>certain jurisdictions</ExternalLink> (including the
60-
United States) may not be eligible for the boost and reward. This means that your boost might not be
59+
United States) may not be eligible for the boost and rewards. This means that your boost might not be
6160
applied to certain reward types, e.g. token rewards such as Safe, and you might not be eligible to receive
6261
certain types of rewards.
6362
<br />
64-
PLEASE NOTE THAT LOCKING YOUR SAFE TOKEN WITHOUT ACTIVELY PARTICIPATING IN ACTIVITIES DOES NOT QUALIFY YOU
65-
TO POTENTIALLY RECEIVE REWARDS.
63+
PLEASE NOTE THAT SOLELY LOCKING YOUR SAFE TOKEN WITHOUT ACTIVELY PARTICIPATING IN ACTIVITIES DOES NOT
64+
QUALIFY YOU TO RECEIVE REWARDS.
6665
<br />
6766
<b>
6867
Please note that participating in the Safe{'{'}Pass{'}'} Program, collecting points and completing
6968
activities{' '}
7069
</b>
71-
DOES NOT GRANT YOU ANY CONTRACTUAL CLAIM TO RECEIVE REWARDS.
70+
DOES NOT GRANT YOU ANY CLAIM, CONTRACTUAL OR OTHERWISE, TO RECEIVE REWARDS.
7271
</Typography>
7372
</Box>
74-
<ExternalLink href={SAFE_TERMS_AND_CONDITIONS_URL} px={{ xs: 4, md: 0 }}>
75-
Terms and Conditions
76-
</ExternalLink>
73+
<Typography variant="body2" color="text.secondary" px={{ xs: 4, md: 0 }}>
74+
For more information, see{' '}
75+
<ExternalLink href={SAFE_TERMS_AND_CONDITIONS_URL}>Terms and Conditions</ExternalLink>
76+
</Typography>
7777
</Stack>
7878
</Grid>
7979
</Grid>

0 commit comments

Comments
 (0)