Skip to content

Commit

Permalink
Text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Sep 26, 2023
1 parent d27fd86 commit d18d622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Alert } from '@mui/material'
const PairingDeprecationWarning = (): React.ReactElement => {
return (
<Alert severity="warning" sx={{ mb: 4 }}>
We&apos;re sorry to share that the Safe mobile pairing feature will be <b>discontinued</b> on 15th November 2023.
Please plan a migration to a different wallet as soon as possible.
The {'Safe{Wallet}'} web-mobile pairing feature will be discontinued from 15th November 2023. Please migrate to a
different signer wallet before this date.
</Alert>
)
}
Expand Down

0 comments on commit d18d622

Please sign in to comment.