Skip to content

Commit

Permalink
fix: added period
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Aug 12, 2022
1 parent a49379a commit 7ce2093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddressBlockedModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const AddressBlockedModal = ({ address, onDisconnectWallet }: AddressBloc
<Link href="https://docs.aave.com/faq/#address-screening" underline="always">
<Trans>blocked activities</Trans>
</Link>
{'.'}
</Typography>
<Button variant="contained" onClick={onDisconnectWallet}>
<SvgIcon fontSize="small" sx={{ mx: 1 }}>
Expand Down

0 comments on commit 7ce2093

Please sign in to comment.