Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 0625135

Browse files
authored
Chore: update the migration banner (#4142)
* Chore: update the migration banner * URL -> app
1 parent d133d94 commit 0625135

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-react",
3-
"version": "3.33.4",
3+
"version": "3.33.5",
44
"description": "Allowing crypto users manage funds in a safer way",
55
"website": "https://github.com/gnosis/safe-react#readme",
66
"bugs": {

src/components/PsaBanner/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const WARNING_BANNER = 'WARNING_BANNER'
1313
const WebCoreBanner = (): ReactElement | null => {
1414
return (
1515
<>
16-
⚠️ Safe&apos;s new official URL is <a href={NEW_URL}>app.safe.global</a>, with a fully rebranded and refurbished
17-
application.
16+
⚠️ This is the legacy Safe app which will be deprecated on <b>February the 1st</b>. ⚠️
1817
<br />
19-
The old app will run in parallel and we will announce its deprecation in time.
18+
Please migrate to our new official URL <a href={NEW_URL}>app.safe.global</a>, with a fully rebranded and
19+
refurbished application.
2020
</>
2121
)
2222
}

0 commit comments

Comments
 (0)