Skip to content

Commit

Permalink
Bugfix release (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu authored Apr 22, 2024
2 parents 8c804e8 + a7af8d1 commit 82ffaea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/Activities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ const Activities = () => {
<Typography width="80%" textAlign="center">
With{' '}
<Typography fontWeight="bold" display="inline">
{'Safe {Pass}'}
{'Safe{Pass}'}
</Typography>{' '}
you can earn Points by using your Safe Account. Some activities are rewarded throughout the entire season,
you can earn points by using your Safe Account. Some activities are rewarded throughout the entire season,
some activities are only rewarded temporarily.
</Typography>

<ExternalLink href={SAFE_PASS_LANDING_PAGE}>Learn more about {'Safe {Pass}'}</ExternalLink>
<ExternalLink href={SAFE_PASS_LANDING_PAGE}>Learn more about {'Safe{Pass}'}</ExternalLink>

<Box display="flex" flexWrap="wrap" justifyContent="center">
<ActivityItem
Expand Down Expand Up @@ -104,7 +104,7 @@ const Activities = () => {
description={
<>
To stay updated{' '}
<ExternalLink icon={false} href="https://twitter.com/safe">
<ExternalLink icon={false} href="https://twitter.com/intent/user?screen_name=safe">
follow us on X
</ExternalLink>{' '}
and{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Claim/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const ClaimOverview = (): ReactElement => {
fullWidth
value={amount}
error={!!amountError}
helperText={amountError}
helperText={amountError ?? ' '}
onChange={onChangeAmount}
InputProps={{
startAdornment: (
Expand Down

0 comments on commit 82ffaea

Please sign in to comment.