diff --git a/package.json b/package.json index 62efb22f3f..8c6557ee30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-react", - "version": "3.33.4", + "version": "3.33.5", "description": "Allowing crypto users manage funds in a safer way", "website": "https://github.com/gnosis/safe-react#readme", "bugs": { diff --git a/src/components/PsaBanner/index.tsx b/src/components/PsaBanner/index.tsx index eaba975a3f..cb28151791 100644 --- a/src/components/PsaBanner/index.tsx +++ b/src/components/PsaBanner/index.tsx @@ -13,10 +13,10 @@ const WARNING_BANNER = 'WARNING_BANNER' const WebCoreBanner = (): ReactElement | null => { return ( <> - ⚠️ Safe's new official URL is app.safe.global, with a fully rebranded and refurbished - application. + ⚠️ This is the legacy Safe app which will be deprecated on February the 1st. ⚠️
- The old app will run in parallel and we will announce its deprecation in time. + Please migrate to our new official URL app.safe.global, with a fully rebranded and + refurbished application. ) }